Html Css Color HEX #850BBC Dark Violet

📋 copy color: '#850BBC'

red 133 ◦ green 11 ◦ blue 188

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

Shades of Dark Violet #850BBC

Tints of Dark Violet #850BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.63%

R = 40.06%
G = 3.31%
B = 56.63%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#850BBC (or 0x850BBC) is known color: Dark Violet. HEX triplet: 85, 0B and BC. RGB value is (133,11,188). Sum of RGB (Red+Green+Blue) = 133+11+188=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #850BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850BBC is #7AF443. Grayscale: #434343. Windows color (decimal): -8057924 or 12323717. OLE color: 12323717.

HSL color Cylindrical-coordinate representation of color #850BBC: hue angle of 281.36º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850BBC is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 11 188 -
CMYK 0.29 0.94 0 0.26
HSL 281.36º 0.89% 0.39% -
HSV(B) 281.36º 0.94% 0.74% -
XYZ 18.87 8.86 48.29 -
YUV 67.66 195.92 174.61 -
System Red Green Blue C M Y K H S L
Decimal 133 11 188 0.29 0.94 0 0.26 281.36 0.89 0.39
Hex 85 B BC 1D 5E 0 1A 119 59 27
Octal 205 13 274 35 136 0 32 431 131 47
Binary 10000101 1011 10111100 11101 1011110 0 11010 100011001 1011001 100111

Color Harmonies of #850BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850BBC

Black with #850BBC

Text Example


Text Example

White with #850BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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