Html Css Color HEX #906ACE True V

📋 copy color: '#906ACE'

red 144 ◦ green 106 ◦ blue 206

#906ACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #906ACE

Tints of True V #906ACE

RGB

 RED value IS 144 (56.64% from 255) = 31.58%

 GREEN value IS 106 (41.8% from 255) = 23.25%

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 31.58%
G = 23.25%
B = 45.18%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#906ACE (or 0x906ACE) is known color: True V. HEX triplet: 90, 6A and CE. RGB value is (144,106,206). Sum of RGB (Red+Green+Blue) = 144+106+206=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #906ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906ACE is #6F9531. Grayscale: #808080. Windows color (decimal): -7312690 or 13527696. OLE color: 13527696.

HSL color Cylindrical-coordinate representation of color #906ACE: hue angle of 262.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #906ACE is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 106 206 -
CMYK 0.30 0.49 0 0.19
HSL 262.8º 0.51% 0.61% -
HSV(B) 262.8º 0.49% 0.81% -
XYZ 27.8 20.69 60.92 -
YUV 128.76 171.59 138.87 -
System Red Green Blue C M Y K H S L
Decimal 144 106 206 0.30 0.49 0 0.19 262.8 0.51 0.61
Hex 90 6A CE 1E 31 0 13 107 33 3D
Octal 220 152 316 36 61 0 23 407 63 75
Binary 10010000 1101010 11001110 11110 110001 0 10011 100000111 110011 111101

Color Harmonies of #906ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906ACE

Black with #906ACE

Text Example


Text Example

White with #906ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,106,206); }

 H1.HeaderClassName
 {
   color: #906ACE;
 }
 .AnyTagClassName
 {
   color: #906ACE;
 }
</style>

background-color css

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

 a { background-color: rgb(144,106,206); }

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

border-color css

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

 span { border-color: rgb(144,106,206); }

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