Html Css Color HEX #8766CD True V

📋 copy color: '#8766CD'

red 135 ◦ green 102 ◦ blue 205

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

Shades of True V #8766CD

Tints of True V #8766CD

RGB

 RED value IS 135 (53.13% from 255) = 30.54%

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

 BLUE value IS 205 (80.47% from 255) = 46.38%

R = 30.54%
G = 23.08%
B = 46.38%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8766CD (or 0x8766CD) is known color: True V. HEX triplet: 87, 66 and CD. RGB value is (135,102,205). Sum of RGB (Red+Green+Blue) = 135+102+205=442 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.54% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #8766CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8766CD is #789932. Grayscale: #7B7B7B. Windows color (decimal): -7903539 or 13461127. OLE color: 13461127.

HSL color Cylindrical-coordinate representation of color #8766CD: hue angle of 259.22º degrees, saturation: 0.51, 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 #8766CD is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 102 205 -
CMYK 0.34 0.50 0 0.20
HSL 259.22º 0.51% 0.6% -
HSV(B) 259.22º 0.5% 0.8% -
XYZ 25.76 19.06 60.08 -
YUV 123.61 173.93 136.12 -
System Red Green Blue C M Y K H S L
Decimal 135 102 205 0.34 0.50 0 0.20 259.22 0.51 0.6
Hex 87 66 CD 22 32 0 14 103 33 3C
Octal 207 146 315 42 62 0 24 403 63 74
Binary 10000111 1100110 11001101 100010 110010 0 10100 100000011 110011 111100

Color Harmonies of #8766CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8766CD

Black with #8766CD

Text Example


Text Example

White with #8766CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8766CD; }

 p { color: rgb(135,102,205); }

 H1.HeaderClassName
 {
   color: #8766CD;
 }
 .AnyTagClassName
 {
   color: #8766CD;
 }
</style>

background-color css

<style>
 a { background-color: #8766CD; }

 a { background-color: rgb(135,102,205); }

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

border-color css

<style>
 span { border-color: #8766CD; }

 span { border-color: rgb(135,102,205); }

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