Html Css Color HEX #875FCB True V

📋 copy color: '#875FCB'

red 135 ◦ green 95 ◦ blue 203

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

Shades of True V #875FCB

Tints of True V #875FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.94%

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

R = 31.18%
G = 21.94%
B = 46.88%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#875FCB (or 0x875FCB) is known color: True V. HEX triplet: 87, 5F and CB. RGB value is (135,95,203). Sum of RGB (Red+Green+Blue) = 135+95+203=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #875FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FCB is #78A034. Grayscale: #767676. Windows color (decimal): -7905333 or 13328263. OLE color: 13328263.

HSL color Cylindrical-coordinate representation of color #875FCB: hue angle of 262.22º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #875FCB is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 95 203 -
CMYK 0.33 0.53 0 0.20
HSL 262.22º 0.51% 0.58% -
HSV(B) 262.22º 0.53% 0.8% -
XYZ 24.86 17.65 58.6 -
YUV 119.27 175.25 139.22 -
System Red Green Blue C M Y K H S L
Decimal 135 95 203 0.33 0.53 0 0.20 262.22 0.51 0.58
Hex 87 5F CB 21 35 0 14 106 33 3A
Octal 207 137 313 41 65 0 24 406 63 72
Binary 10000111 1011111 11001011 100001 110101 0 10100 100000110 110011 111010

Color Harmonies of #875FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875FCB

Black with #875FCB

Text Example


Text Example

White with #875FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875FCB; }

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

 H1.HeaderClassName
 {
   color: #875FCB;
 }
 .AnyTagClassName
 {
   color: #875FCB;
 }
</style>

background-color css

<style>
 a { background-color: #875FCB; }

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

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

border-color css

<style>
 span { border-color: #875FCB; }

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

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