Html Css Color HEX #855CCD True V

📋 copy color: '#855CCD'

red 133 ◦ green 92 ◦ blue 205

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

Shades of True V #855CCD

Tints of True V #855CCD

RGB

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

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

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

R = 30.93%
G = 21.4%
B = 47.67%

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

#855CCD (or 0x855CCD) is known color: True V. HEX triplet: 85, 5C and CD. RGB value is (133,92,205). Sum of RGB (Red+Green+Blue) = 133+92+205=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #855CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855CCD is #7AA332. Grayscale: #747474. Windows color (decimal): -8037171 or 13458565. OLE color: 13458565.

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

Color convert

RGB 133 92 205 -
CMYK 0.35 0.55 0 0.20
HSL 261.77º 0.53% 0.58% -
HSV(B) 261.77º 0.55% 0.8% -
XYZ 24.52 17.05 59.76 -
YUV 117.14 177.58 139.31 -
System Red Green Blue C M Y K H S L
Decimal 133 92 205 0.35 0.55 0 0.20 261.77 0.53 0.58
Hex 85 5C CD 23 37 0 14 106 35 3A
Octal 205 134 315 43 67 0 24 406 65 72
Binary 10000101 1011100 11001101 100011 110111 0 10100 100000110 110101 111010

Color Harmonies of #855CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855CCD

Black with #855CCD

Text Example


Text Example

White with #855CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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