Html Css Color HEX #855FCE True V

📋 copy color: '#855FCE'

red 133 ◦ green 95 ◦ blue 206

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

Shades of True V #855FCE

Tints of True V #855FCE

RGB

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

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

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

R = 30.65%
G = 21.89%
B = 47.47%

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

#855FCE (or 0x855FCE) is known color: True V. HEX triplet: 85, 5F and CE. RGB value is (133,95,206). Sum of RGB (Red+Green+Blue) = 133+95+206=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #855FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855FCE is #7AA031. Grayscale: #767676. Windows color (decimal): -8036402 or 13524869. OLE color: 13524869.

HSL color Cylindrical-coordinate representation of color #855FCE: hue angle of 260.54º 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 #855FCE is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 95 206 -
CMYK 0.35 0.54 0 0.19
HSL 260.54º 0.53% 0.59% -
HSV(B) 260.54º 0.54% 0.81% -
XYZ 24.91 17.63 60.48 -
YUV 119.02 177.09 137.97 -
System Red Green Blue C M Y K H S L
Decimal 133 95 206 0.35 0.54 0 0.19 260.54 0.53 0.59
Hex 85 5F CE 23 36 0 13 105 35 3B
Octal 205 137 316 43 66 0 23 405 65 73
Binary 10000101 1011111 11001110 100011 110110 0 10011 100000101 110101 111011

Color Harmonies of #855FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855FCE

Black with #855FCE

Text Example


Text Example

White with #855FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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