Html Css Color HEX #885FC9 True V

📋 copy color: '#885FC9'

red 136 ◦ green 95 ◦ blue 201

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

Shades of True V #885FC9

Tints of True V #885FC9

RGB

 RED value IS 136 (53.52% from 255) = 31.48%

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

 BLUE value IS 201 (78.91% from 255) = 46.53%

R = 31.48%
G = 21.99%
B = 46.53%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#885FC9 (or 0x885FC9) is known color: True V. HEX triplet: 88, 5F and C9. RGB value is (136,95,201). Sum of RGB (Red+Green+Blue) = 136+95+201=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 201 (78.91% from 255 or 46.53% from 432); Max value from RGB is 201 - color contains mainly: blue. Hex color #885FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885FC9 is #77A036. Grayscale: #767676. Windows color (decimal): -7839799 or 13197192. OLE color: 13197192.

HSL color Cylindrical-coordinate representation of color #885FC9: hue angle of 263.21º 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 #885FC9 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 95 201 -
CMYK 0.32 0.53 0 0.21
HSL 263.21º 0.5% 0.58% -
HSV(B) 263.21º 0.53% 0.79% -
XYZ 24.79 17.64 57.36 -
YUV 119.34 174.08 139.88 -
System Red Green Blue C M Y K H S L
Decimal 136 95 201 0.32 0.53 0 0.21 263.21 0.5 0.58
Hex 88 5F C9 20 35 0 15 107 32 3A
Octal 210 137 311 40 65 0 25 407 62 72
Binary 10001000 1011111 11001001 100000 110101 0 10101 100000111 110010 111010

Color Harmonies of #885FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885FC9

Black with #885FC9

Text Example


Text Example

White with #885FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885FC9; }

 p { color: rgb(136,95,201); }

 H1.HeaderClassName
 {
   color: #885FC9;
 }
 .AnyTagClassName
 {
   color: #885FC9;
 }
</style>

background-color css

<style>
 a { background-color: #885FC9; }

 a { background-color: rgb(136,95,201); }

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

border-color css

<style>
 span { border-color: #885FC9; }

 span { border-color: rgb(136,95,201); }

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