Html Css Color HEX #8771CC True V

📋 copy color: '#8771CC'

red 135 ◦ green 113 ◦ blue 204

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

Shades of True V #8771CC

Tints of True V #8771CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25%

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 29.87%
G = 25%
B = 45.13%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8771CC (or 0x8771CC) is known color: True V. HEX triplet: 87, 71 and CC. RGB value is (135,113,204). Sum of RGB (Red+Green+Blue) = 135+113+204=452 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.87% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #8771CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8771CC is #788E33. Grayscale: #818181. Windows color (decimal): -7900724 or 13398407. OLE color: 13398407.

HSL color Cylindrical-coordinate representation of color #8771CC: hue angle of 254.51º degrees, saturation: 0.47, 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 #8771CC is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 113 204 -
CMYK 0.34 0.45 0 0.2
HSL 254.51º 0.47% 0.62% -
HSV(B) 254.51º 0.45% 0.8% -
XYZ 26.8 21.32 59.83 -
YUV 129.95 169.79 131.6 -
System Red Green Blue C M Y K H S L
Decimal 135 113 204 0.34 0.45 0 0.2 254.51 0.47 0.62
Hex 87 71 CC 22 2D 0 14 FF 2F 3E
Octal 207 161 314 42 55 0 24 377 57 76
Binary 10000111 1110001 11001100 100010 101101 0 10100 11111111 101111 111110

Color Harmonies of #8771CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8771CC

Black with #8771CC

Text Example


Text Example

White with #8771CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8771CC;
 }
 .AnyTagClassName
 {
   color: #8771CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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