Html Css Color HEX #8771CB True V

📋 copy color: '#8771CB'

red 135 ◦ green 113 ◦ blue 203

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

Shades of True V #8771CB

Tints of True V #8771CB

RGB

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

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

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

R = 29.93%
G = 25.06%
B = 45.01%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8771CB (or 0x8771CB) is known color: True V. HEX triplet: 87, 71 and CB. RGB value is (135,113,203). Sum of RGB (Red+Green+Blue) = 135+113+203=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #8771CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8771CB is #788E34. Grayscale: #818181. Windows color (decimal): -7900725 or 13332871. OLE color: 13332871.

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

Color convert

RGB 135 113 203 -
CMYK 0.33 0.44 0 0.20
HSL 254.67º 0.46% 0.62% -
HSV(B) 254.67º 0.44% 0.8% -
XYZ 26.68 21.27 59.2 -
YUV 129.84 169.29 131.68 -
System Red Green Blue C M Y K H S L
Decimal 135 113 203 0.33 0.44 0 0.20 254.67 0.46 0.62
Hex 87 71 CB 21 2C 0 14 FF 2E 3E
Octal 207 161 313 41 54 0 24 377 56 76
Binary 10000111 1110001 11001011 100001 101100 0 10100 11111111 101110 111110

Color Harmonies of #8771CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8771CB

Black with #8771CB

Text Example


Text Example

White with #8771CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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