Html Css Color HEX #850CE8 Dark Violet

📋 copy color: '#850CE8'

red 133 ◦ green 12 ◦ blue 232

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

Shades of Dark Violet #850CE8

Tints of Dark Violet #850CE8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.18%

 BLUE value IS 232 (91.02% from 255) = 61.54%

R = 35.28%
G = 3.18%
B = 61.54%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#850CE8 (or 0x850CE8) is known color: Dark Violet. HEX triplet: 85, 0C and E8. RGB value is (133,12,232). Sum of RGB (Red+Green+Blue) = 133+12+232=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 232 (91.02% from 255 or 61.54% from 377); Max value from RGB is 232 - color contains mainly: blue. Hex color #850CE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850CE8 is #7AF317. Grayscale: #484848. Windows color (decimal): -8057624 or 15207557. OLE color: 15207557.

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

Color convert

RGB 133 12 232 -
CMYK 0.43 0.95 0 0.09
HSL 273º 0.9% 0.48% -
HSV(B) 273º 0.95% 0.91% -
XYZ 24.37 11.08 77.2 -
YUV 73.26 217.59 170.61 -
System Red Green Blue C M Y K H S L
Decimal 133 12 232 0.43 0.95 0 0.09 273 0.9 0.48
Hex 85 C E8 2B 5F 0 9 111 5A 30
Octal 205 14 350 53 137 0 11 421 132 60
Binary 10000101 1100 11101000 101011 1011111 0 1001 100010001 1011010 110000

Color Harmonies of #850CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850CE8

Black with #850CE8

Text Example


Text Example

White with #850CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,12,232); }

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

background-color css

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

 a { background-color: rgb(133,12,232); }

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

border-color css

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

 span { border-color: rgb(133,12,232); }

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