Html Css Color HEX #855ECD True V

📋 copy color: '#855ECD'

red 133 ◦ green 94 ◦ blue 205

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

Shades of True V #855ECD

Tints of True V #855ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 30.79%
G = 21.76%
B = 47.45%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#855ECD (or 0x855ECD) is known color: True V. HEX triplet: 85, 5E and CD. RGB value is (133,94,205). Sum of RGB (Red+Green+Blue) = 133+94+205=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #855ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855ECD is #7AA132. Grayscale: #757575. Windows color (decimal): -8036659 or 13459077. OLE color: 13459077.

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

Color convert

RGB 133 94 205 -
CMYK 0.35 0.54 0 0.20
HSL 261.08º 0.53% 0.59% -
HSV(B) 261.08º 0.54% 0.8% -
XYZ 24.7 17.4 59.81 -
YUV 118.32 176.92 138.47 -
System Red Green Blue C M Y K H S L
Decimal 133 94 205 0.35 0.54 0 0.20 261.08 0.53 0.59
Hex 85 5E CD 23 36 0 14 105 35 3B
Octal 205 136 315 43 66 0 24 405 65 73
Binary 10000101 1011110 11001101 100011 110110 0 10100 100000101 110101 111011

Color Harmonies of #855ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855ECD

Black with #855ECD

Text Example


Text Example

White with #855ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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