Html Css Color HEX #830ADB Dark Violet

📋 copy color: '#830ADB'

red 131 ◦ green 10 ◦ blue 219

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

Shades of Dark Violet #830ADB

Tints of Dark Violet #830ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.83%

R = 36.39%
G = 2.78%
B = 60.83%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#830ADB (or 0x830ADB) is known color: Dark Violet. HEX triplet: 83, 0A and DB. RGB value is (131,10,219). Sum of RGB (Red+Green+Blue) = 131+10+219=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #830ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830ADB is #7CF524. Grayscale: #454545. Windows color (decimal): -8189221 or 14355075. OLE color: 14355075.

HSL color Cylindrical-coordinate representation of color #830ADB: hue angle of 274.74º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830ADB is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 10 219 -
CMYK 0.40 0.95 0 0.14
HSL 274.74º 0.91% 0.45% -
HSV(B) 274.74º 0.95% 0.86% -
XYZ 22.25 10.16 67.81 -
YUV 70.01 212.09 171.51 -
System Red Green Blue C M Y K H S L
Decimal 131 10 219 0.40 0.95 0 0.14 274.74 0.91 0.45
Hex 83 A DB 28 5F 0 E 113 5B 2D
Octal 203 12 333 50 137 0 16 423 133 55
Binary 10000011 1010 11011011 101000 1011111 0 1110 100010011 1011011 101101

Color Harmonies of #830ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830ADB

Black with #830ADB

Text Example


Text Example

White with #830ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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