Html Css Color HEX #855DCD True V

📋 copy color: '#855DCD'

red 133 ◦ green 93 ◦ blue 205

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

Shades of True V #855DCD

Tints of True V #855DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.58%

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

R = 30.86%
G = 21.58%
B = 47.56%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#855DCD (or 0x855DCD) is known color: True V. HEX triplet: 85, 5D and CD. RGB value is (133,93,205). Sum of RGB (Red+Green+Blue) = 133+93+205=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #855DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855DCD is #7AA232. Grayscale: #757575. Windows color (decimal): -8036915 or 13458821. OLE color: 13458821.

HSL color Cylindrical-coordinate representation of color #855DCD: hue angle of 261.43º degrees, saturation: 0.53, 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 #855DCD is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 93 205 -
CMYK 0.35 0.55 0 0.20
HSL 261.43º 0.53% 0.58% -
HSV(B) 261.43º 0.55% 0.8% -
XYZ 24.61 17.22 59.79 -
YUV 117.73 177.25 138.89 -
System Red Green Blue C M Y K H S L
Decimal 133 93 205 0.35 0.55 0 0.20 261.43 0.53 0.58
Hex 85 5D CD 23 37 0 14 105 35 3A
Octal 205 135 315 43 67 0 24 405 65 72
Binary 10000101 1011101 11001101 100011 110111 0 10100 100000101 110101 111010

Color Harmonies of #855DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855DCD

Black with #855DCD

Text Example


Text Example

White with #855DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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