Html Css Color HEX #885FD1 True V

📋 copy color: '#885FD1'

red 136 ◦ green 95 ◦ blue 209

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

Shades of True V #885FD1

Tints of True V #885FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.5%

R = 30.91%
G = 21.59%
B = 47.5%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#885FD1 (or 0x885FD1) is known color: True V. HEX triplet: 88, 5F and D1. RGB value is (136,95,209). Sum of RGB (Red+Green+Blue) = 136+95+209=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 209 (82.03% from 255 or 47.5% from 440); Max value from RGB is 209 - color contains mainly: blue. Hex color #885FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885FD1 is #77A02E. Grayscale: #777777. Windows color (decimal): -7839791 or 13721480. OLE color: 13721480.

HSL color Cylindrical-coordinate representation of color #885FD1: hue angle of 261.58º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #885FD1 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 136 95 209 -
CMYK 0.35 0.55 0 0.18
HSL 261.58º 0.55% 0.6% -
HSV(B) 261.58º 0.55% 0.82% -
XYZ 25.75 18.02 62.44 -
YUV 120.26 178.08 139.23 -
System Red Green Blue C M Y K H S L
Decimal 136 95 209 0.35 0.55 0 0.18 261.58 0.55 0.6
Hex 88 5F D1 23 37 0 12 106 37 3C
Octal 210 137 321 43 67 0 22 406 67 74
Binary 10001000 1011111 11010001 100011 110111 0 10010 100000110 110111 111100

Color Harmonies of #885FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885FD1

Black with #885FD1

Text Example


Text Example

White with #885FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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