Html Css Color HEX #8A66CB True V

📋 copy color: '#8A66CB'

red 138 ◦ green 102 ◦ blue 203

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

Shades of True V #8A66CB

Tints of True V #8A66CB

RGB

 RED value IS 138 (54.3% from 255) = 31.15%

 GREEN value IS 102 (40.23% from 255) = 23.02%

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 31.15%
G = 23.02%
B = 45.82%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A66CB (or 0x8A66CB) is known color: True V. HEX triplet: 8A, 66 and CB. RGB value is (138,102,203). Sum of RGB (Red+Green+Blue) = 138+102+203=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A66CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A66CB is #759934. Grayscale: #7B7B7B. Windows color (decimal): -7706933 or 13330058. OLE color: 13330058.

HSL color Cylindrical-coordinate representation of color #8A66CB: hue angle of 261.39º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A66CB is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 102 203 -
CMYK 0.32 0.50 0 0.20
HSL 261.39º 0.49% 0.6% -
HSV(B) 261.39º 0.5% 0.8% -
XYZ 26.01 19.22 58.84 -
YUV 124.28 172.43 137.79 -
System Red Green Blue C M Y K H S L
Decimal 138 102 203 0.32 0.50 0 0.20 261.39 0.49 0.6
Hex 8A 66 CB 20 32 0 14 105 31 3C
Octal 212 146 313 40 62 0 24 405 61 74
Binary 10001010 1100110 11001011 100000 110010 0 10100 100000101 110001 111100

Color Harmonies of #8A66CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A66CB

Black with #8A66CB

Text Example


Text Example

White with #8A66CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A66CB; }

 p { color: rgb(138,102,203); }

 H1.HeaderClassName
 {
   color: #8A66CB;
 }
 .AnyTagClassName
 {
   color: #8A66CB;
 }
</style>

background-color css

<style>
 a { background-color: #8A66CB; }

 a { background-color: rgb(138,102,203); }

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

border-color css

<style>
 span { border-color: #8A66CB; }

 span { border-color: rgb(138,102,203); }

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