Html Css Color HEX #875FCA True V

📋 copy color: '#875FCA'

red 135 ◦ green 95 ◦ blue 202

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

Shades of True V #875FCA

Tints of True V #875FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.76%

R = 31.25%
G = 21.99%
B = 46.76%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#875FCA (or 0x875FCA) is known color: True V. HEX triplet: 87, 5F and CA. RGB value is (135,95,202). Sum of RGB (Red+Green+Blue) = 135+95+202=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #875FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FCA is #78A035. Grayscale: #767676. Windows color (decimal): -7905334 or 13262727. OLE color: 13262727.

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

Color convert

RGB 135 95 202 -
CMYK 0.33 0.53 0 0.21
HSL 262.43º 0.5% 0.58% -
HSV(B) 262.43º 0.53% 0.79% -
XYZ 24.74 17.6 57.97 -
YUV 119.16 174.75 139.3 -
System Red Green Blue C M Y K H S L
Decimal 135 95 202 0.33 0.53 0 0.21 262.43 0.5 0.58
Hex 87 5F CA 21 35 0 15 106 32 3A
Octal 207 137 312 41 65 0 25 406 62 72
Binary 10000111 1011111 11001010 100001 110101 0 10101 100000110 110010 111010

Color Harmonies of #875FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875FCA

Black with #875FCA

Text Example


Text Example

White with #875FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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