Html Css Color HEX #855ECC True V

📋 copy color: '#855ECC'

red 133 ◦ green 94 ◦ blue 204

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

Shades of True V #855ECC

Tints of True V #855ECC

RGB

 RED value IS 133 (52.34% from 255) = 30.86%

 GREEN value IS 94 (37.11% from 255) = 21.81%

 BLUE value IS 204 (80.08% from 255) = 47.33%

R = 30.86%
G = 21.81%
B = 47.33%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#855ECC (or 0x855ECC) is known color: True V. HEX triplet: 85, 5E and CC. RGB value is (133,94,204). Sum of RGB (Red+Green+Blue) = 133+94+204=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #855ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855ECC is #7AA133. Grayscale: #757575. Windows color (decimal): -8036660 or 13393541. OLE color: 13393541.

HSL color Cylindrical-coordinate representation of color #855ECC: hue angle of 261.27º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #855ECC is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 94 204 -
CMYK 0.35 0.54 0 0.2
HSL 261.27º 0.52% 0.58% -
HSV(B) 261.27º 0.54% 0.8% -
XYZ 24.57 17.35 59.18 -
YUV 118.2 176.42 138.56 -
System Red Green Blue C M Y K H S L
Decimal 133 94 204 0.35 0.54 0 0.2 261.27 0.52 0.58
Hex 85 5E CC 23 36 0 14 105 34 3A
Octal 205 136 314 43 66 0 24 405 64 72
Binary 10000101 1011110 11001100 100011 110110 0 10100 100000101 110100 111010

Color Harmonies of #855ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855ECC

Black with #855ECC

Text Example


Text Example

White with #855ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855ECC; }

 p { color: rgb(133,94,204); }

 H1.HeaderClassName
 {
   color: #855ECC;
 }
 .AnyTagClassName
 {
   color: #855ECC;
 }
</style>

background-color css

<style>
 a { background-color: #855ECC; }

 a { background-color: rgb(133,94,204); }

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

border-color css

<style>
 span { border-color: #855ECC; }

 span { border-color: rgb(133,94,204); }

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