#8771CD

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

Shades of True V #8771CD

Tints of True V #8771CD

Color information

#8771CD (or 0x8771CD) is unknown color: approx True V. HEX triplet: 87, 71 and CD. RGB value is (135,113,205). Sum of RGB (Red+Green+Blue) = 135+113+205=453 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.80% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #8771CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8771CD is #788E32. Grayscale: #818181. Windows color (decimal): -7900723 or 13463943. OLE color: 13463943.

HSL color Cylindrical-coordinate representation of color #8771CD: hue angle of 254.35º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8771CD is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB135113205-
CMYK0.340.4500.20
HSL254.35º47.92%62.35%-
HSV(B)254.35º44.88%80.39%-
XYZ26.9221.3760.46-
YUV130.07170.29131.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.80%
GREEN value IS 113 (44.53% from 255) = 24.94%
BLUE value IS 205 (80.47% from 255) = 45.25%
R=29.80%
G=24.94%
B=45.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351132050.340.4500.20254.3547.9262.35
Hex8771CD222D014fe303e
Octal20716131542550243766076
Binary1000011111100011100110110001010110101010011111110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8771CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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