#906FCA

Color #906FCA True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #906FCA

Tints of True V #906FCA

Color information

#906FCA (or 0x906FCA) is unknown color: approx True V. HEX triplet: 90, 6F and CA. RGB value is (144,111,202). Sum of RGB (Red+Green+Blue) = 144+111+202=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #906FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906FCA is #6F9035. Grayscale: #828282. Windows color (decimal): -7311414 or 13266832. OLE color: 13266832.

HSL color Cylindrical-coordinate representation of color #906FCA: hue angle of 261.76º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #906FCA is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144111202-
CMYK0.290.4500.21
HSL261.76º46.19%61.37%-
HSV(B)261.76º45.05%79.22%-
XYZ27.8521.5658.57-
YUV131.24167.93137.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 31.51%
GREEN value IS 111 (43.75% from 255) = 24.29%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=31.51%
G=24.29%
B=44.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441112020.290.4500.21261.7646.1961.37
Hex906FCA1D2D0151062e3d
Octal22015731235550254065675
Binary1001000011011111100101011101101101010101100000110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906FCA; }

 p { color: rgb(144,111,202); }

 H1.HeaderClassName
 {
   color: #906FCA;
 }
 .AnyTagClassName
 {
   color: #906FCA;
 }
</style>
background-color css

<style>
 a { background-color: #906FCA; }

 a { background-color: rgb(144,111,202); }

 div.DivClassName
 {
   background-color: #906FCA;
 }
 .BgClassName
 {
   background-color: #906FCA;
 }
</style>
border-color css

<style>
 span { border-color: #906FCA; }

 span { border-color: rgb(144,111,202); }

 td.TdClassName
 {
   border-color: #906FCA;
 }
 .TagClassName
 {
   border-color: #906FCA;
 }
</style>