Html Css Color HEX #850BCD Dark Violet

📋 copy color: '#850BCD'

red 133 ◦ green 11 ◦ blue 205

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

Shades of Dark Violet #850BCD

Tints of Dark Violet #850BCD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.15%

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

R = 38.11%
G = 3.15%
B = 58.74%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#850BCD (or 0x850BCD) is known color: Dark Violet. HEX triplet: 85, 0B and CD. RGB value is (133,11,205). Sum of RGB (Red+Green+Blue) = 133+11+205=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #850BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850BCD is #7AF432. Grayscale: #444444. Windows color (decimal): -8057907 or 13437829. OLE color: 13437829.

HSL color Cylindrical-coordinate representation of color #850BCD: hue angle of 277.73º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850BCD is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 11 205 -
CMYK 0.35 0.95 0 0.20
HSL 277.73º 0.9% 0.42% -
HSV(B) 277.73º 0.95% 0.8% -
XYZ 20.81 9.63 58.52 -
YUV 69.59 204.42 173.23 -
System Red Green Blue C M Y K H S L
Decimal 133 11 205 0.35 0.95 0 0.20 277.73 0.9 0.42
Hex 85 B CD 23 5F 0 14 116 5A 2A
Octal 205 13 315 43 137 0 24 426 132 52
Binary 10000101 1011 11001101 100011 1011111 0 10100 100010110 1011010 101010

Color Harmonies of #850BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850BCD

Black with #850BCD

Text Example


Text Example

White with #850BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850BCD; }

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

 H1.HeaderClassName
 {
   color: #850BCD;
 }
 .AnyTagClassName
 {
   color: #850BCD;
 }
</style>

background-color css

<style>
 a { background-color: #850BCD; }

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

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

border-color css

<style>
 span { border-color: #850BCD; }

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

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