Html Css Color HEX #855ECA True V

📋 copy color: '#855ECA'

red 133 ◦ green 94 ◦ blue 202

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

Shades of True V #855ECA

Tints of True V #855ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.09%

R = 31%
G = 21.91%
B = 47.09%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#855ECA (or 0x855ECA) is known color: True V. HEX triplet: 85, 5E and CA. RGB value is (133,94,202). Sum of RGB (Red+Green+Blue) = 133+94+202=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #855ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855ECA is #7AA135. Grayscale: #757575. Windows color (decimal): -8036662 or 13262469. OLE color: 13262469.

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

Color convert

RGB 133 94 202 -
CMYK 0.34 0.53 0 0.21
HSL 261.67º 0.5% 0.58% -
HSV(B) 261.67º 0.53% 0.79% -
XYZ 24.34 17.26 57.93 -
YUV 117.97 175.42 138.72 -
System Red Green Blue C M Y K H S L
Decimal 133 94 202 0.34 0.53 0 0.21 261.67 0.5 0.58
Hex 85 5E CA 22 35 0 15 106 32 3A
Octal 205 136 312 42 65 0 25 406 62 72
Binary 10000101 1011110 11001010 100010 110101 0 10101 100000110 110010 111010

Color Harmonies of #855ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855ECA

Black with #855ECA

Text Example


Text Example

White with #855ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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