Html Css Color HEX #850ACB Dark Violet

📋 copy color: '#850ACB'

red 133 ◦ green 10 ◦ blue 203

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

Shades of Dark Violet #850ACB

Tints of Dark Violet #850ACB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.89%

 BLUE value IS 203 (79.69% from 255) = 58.67%

R = 38.44%
G = 2.89%
B = 58.67%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#850ACB (or 0x850ACB) is known color: Dark Violet. HEX triplet: 85, 0A and CB. RGB value is (133,10,203). Sum of RGB (Red+Green+Blue) = 133+10+203=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #850ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850ACB is #7AF534. Grayscale: #444444. Windows color (decimal): -8058165 or 13306501. OLE color: 13306501.

HSL color Cylindrical-coordinate representation of color #850ACB: hue angle of 278.24º degrees, saturation: 0.91, 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 #850ACB is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 10 203 -
CMYK 0.34 0.95 0 0.20
HSL 278.24º 0.91% 0.42% -
HSV(B) 278.24º 0.95% 0.8% -
XYZ 20.56 9.52 57.25 -
YUV 68.78 203.75 173.81 -
System Red Green Blue C M Y K H S L
Decimal 133 10 203 0.34 0.95 0 0.20 278.24 0.91 0.42
Hex 85 A CB 22 5F 0 14 116 5B 2A
Octal 205 12 313 42 137 0 24 426 133 52
Binary 10000101 1010 11001011 100010 1011111 0 10100 100010110 1011011 101010

Color Harmonies of #850ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850ACB

Black with #850ACB

Text Example


Text Example

White with #850ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,10,203); }

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

background-color css

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

 a { background-color: rgb(133,10,203); }

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

border-color css

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

 span { border-color: rgb(133,10,203); }

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