Html Css Color HEX #855CCE True V

📋 copy color: '#855CCE'

red 133 ◦ green 92 ◦ blue 206

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

Shades of True V #855CCE

Tints of True V #855CCE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.35%

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

R = 30.86%
G = 21.35%
B = 47.8%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#855CCE (or 0x855CCE) is known color: True V. HEX triplet: 85, 5C and CE. RGB value is (133,92,206). Sum of RGB (Red+Green+Blue) = 133+92+206=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #855CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855CCE is #7AA331. Grayscale: #747474. Windows color (decimal): -8037170 or 13524101. OLE color: 13524101.

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

Color convert

RGB 133 92 206 -
CMYK 0.35 0.55 0 0.19
HSL 261.58º 0.54% 0.58% -
HSV(B) 261.58º 0.55% 0.81% -
XYZ 24.64 17.1 60.39 -
YUV 117.26 178.08 139.23 -
System Red Green Blue C M Y K H S L
Decimal 133 92 206 0.35 0.55 0 0.19 261.58 0.54 0.58
Hex 85 5C CE 23 37 0 13 106 36 3A
Octal 205 134 316 43 67 0 23 406 66 72
Binary 10000101 1011100 11001110 100011 110111 0 10011 100000110 110110 111010

Color Harmonies of #855CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855CCE

Black with #855CCE

Text Example


Text Example

White with #855CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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