Html Css Color HEX #830ACB Dark Violet

📋 copy color: '#830ACB'

red 131 ◦ green 10 ◦ blue 203

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

Shades of Dark Violet #830ACB

Tints of Dark Violet #830ACB

RGB

 RED value IS 131 (51.56% from 255) = 38.08%

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

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

R = 38.08%
G = 2.91%
B = 59.01%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#830ACB (or 0x830ACB) is known color: Dark Violet. HEX triplet: 83, 0A and CB. RGB value is (131,10,203). Sum of RGB (Red+Green+Blue) = 131+10+203=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #830ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830ACB is #7CF534. Grayscale: #434343. Windows color (decimal): -8189237 or 13306499. OLE color: 13306499.

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

Color convert

RGB 131 10 203 -
CMYK 0.35 0.95 0 0.20
HSL 277.62º 0.91% 0.42% -
HSV(B) 277.62º 0.95% 0.8% -
XYZ 20.25 9.35 57.24 -
YUV 68.18 204.09 172.81 -
System Red Green Blue C M Y K H S L
Decimal 131 10 203 0.35 0.95 0 0.20 277.62 0.91 0.42
Hex 83 A CB 23 5F 0 14 116 5B 2A
Octal 203 12 313 43 137 0 24 426 133 52
Binary 10000011 1010 11001011 100011 1011111 0 10100 100010110 1011011 101010

Color Harmonies of #830ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830ACB

Black with #830ACB

Text Example


Text Example

White with #830ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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