Html Css Color HEX #850BCF Dark Violet

📋 copy color: '#850BCF'

red 133 ◦ green 11 ◦ blue 207

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

Shades of Dark Violet #850BCF

Tints of Dark Violet #850BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.97%

R = 37.89%
G = 3.13%
B = 58.97%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#850BCF (or 0x850BCF) is known color: Dark Violet. HEX triplet: 85, 0B and CF. RGB value is (133,11,207). Sum of RGB (Red+Green+Blue) = 133+11+207=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #850BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850BCF is #7AF430. Grayscale: #454545. Windows color (decimal): -8057905 or 13568901. OLE color: 13568901.

HSL color Cylindrical-coordinate representation of color #850BCF: hue angle of 277.35º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850BCF is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 11 207 -
CMYK 0.36 0.95 0 0.19
HSL 277.35º 0.9% 0.43% -
HSV(B) 277.35º 0.95% 0.81% -
XYZ 21.06 9.73 59.8 -
YUV 69.82 205.42 173.06 -
System Red Green Blue C M Y K H S L
Decimal 133 11 207 0.36 0.95 0 0.19 277.35 0.9 0.43
Hex 85 B CF 24 5F 0 13 115 5A 2B
Octal 205 13 317 44 137 0 23 425 132 53
Binary 10000101 1011 11001111 100100 1011111 0 10011 100010101 1011010 101011

Color Harmonies of #850BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850BCF

Black with #850BCF

Text Example


Text Example

White with #850BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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