Html Css Color HEX #850CDF Dark Violet

📋 copy color: '#850CDF'

red 133 ◦ green 12 ◦ blue 223

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

Shades of Dark Violet #850CDF

Tints of Dark Violet #850CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.6%

R = 36.14%
G = 3.26%
B = 60.6%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#850CDF (or 0x850CDF) is known color: Dark Violet. HEX triplet: 85, 0C and DF. RGB value is (133,12,223). Sum of RGB (Red+Green+Blue) = 133+12+223=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #850CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850CDF is #7AF320. Grayscale: #474747. Windows color (decimal): -8057633 or 14617733. OLE color: 14617733.

HSL color Cylindrical-coordinate representation of color #850CDF: hue angle of 274.41º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850CDF is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 12 223 -
CMYK 0.40 0.95 0 0.13
HSL 274.41º 0.9% 0.46% -
HSV(B) 274.41º 0.95% 0.87% -
XYZ 23.12 10.58 70.63 -
YUV 72.23 213.09 171.34 -
System Red Green Blue C M Y K H S L
Decimal 133 12 223 0.40 0.95 0 0.13 274.41 0.9 0.46
Hex 85 C DF 28 5F 0 D 112 5A 2E
Octal 205 14 337 50 137 0 15 422 132 56
Binary 10000101 1100 11011111 101000 1011111 0 1101 100010010 1011010 101110

Color Harmonies of #850CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850CDF

Black with #850CDF

Text Example


Text Example

White with #850CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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