Html Css Color HEX #855CCC True V

📋 copy color: '#855CCC'

red 133 ◦ green 92 ◦ blue 204

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

Shades of True V #855CCC

Tints of True V #855CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 31%
G = 21.45%
B = 47.55%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#855CCC (or 0x855CCC) is known color: True V. HEX triplet: 85, 5C and CC. RGB value is (133,92,204). Sum of RGB (Red+Green+Blue) = 133+92+204=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #855CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855CCC is #7AA333. Grayscale: #747474. Windows color (decimal): -8037172 or 13393029. OLE color: 13393029.

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

Color convert

RGB 133 92 204 -
CMYK 0.35 0.55 0 0.2
HSL 261.96º 0.52% 0.58% -
HSV(B) 261.96º 0.55% 0.8% -
XYZ 24.4 17 59.12 -
YUV 117.03 177.08 139.39 -
System Red Green Blue C M Y K H S L
Decimal 133 92 204 0.35 0.55 0 0.2 261.96 0.52 0.58
Hex 85 5C CC 23 37 0 14 106 34 3A
Octal 205 134 314 43 67 0 24 406 64 72
Binary 10000101 1011100 11001100 100011 110111 0 10100 100000110 110100 111010

Color Harmonies of #855CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855CCC

Black with #855CCC

Text Example


Text Example

White with #855CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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