Html Css Color HEX #855ECE True V

📋 copy color: '#855ECE'

red 133 ◦ green 94 ◦ blue 206

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

Shades of True V #855ECE

Tints of True V #855ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 30.72%
G = 21.71%
B = 47.58%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#855ECE (or 0x855ECE) is known color: True V. HEX triplet: 85, 5E and CE. RGB value is (133,94,206). Sum of RGB (Red+Green+Blue) = 133+94+206=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #855ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855ECE is #7AA131. Grayscale: #767676. Windows color (decimal): -8036658 or 13524613. OLE color: 13524613.

HSL color Cylindrical-coordinate representation of color #855ECE: hue angle of 260.89º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #855ECE is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 94 206 -
CMYK 0.35 0.54 0 0.19
HSL 260.89º 0.53% 0.59% -
HSV(B) 260.89º 0.54% 0.81% -
XYZ 24.82 17.45 60.45 -
YUV 118.43 177.42 138.39 -
System Red Green Blue C M Y K H S L
Decimal 133 94 206 0.35 0.54 0 0.19 260.89 0.53 0.59
Hex 85 5E CE 23 36 0 13 105 35 3B
Octal 205 136 316 43 66 0 23 405 65 73
Binary 10000101 1011110 11001110 100011 110110 0 10011 100000101 110101 111011

Color Harmonies of #855ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855ECE

Black with #855ECE

Text Example


Text Example

White with #855ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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