Html Css Color HEX #830ADD Dark Violet

📋 copy color: '#830ADD'

red 131 ◦ green 10 ◦ blue 221

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

Shades of Dark Violet #830ADD

Tints of Dark Violet #830ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.05%

R = 36.19%
G = 2.76%
B = 61.05%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#830ADD (or 0x830ADD) is known color: Dark Violet. HEX triplet: 83, 0A and DD. RGB value is (131,10,221). Sum of RGB (Red+Green+Blue) = 131+10+221=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #830ADD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830ADD is #7CF522. Grayscale: #454545. Windows color (decimal): -8189219 or 14486147. OLE color: 14486147.

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

Color convert

RGB 131 10 221 -
CMYK 0.41 0.95 0 0.13
HSL 274.41º 0.91% 0.45% -
HSV(B) 274.41º 0.95% 0.87% -
XYZ 22.52 10.26 69.2 -
YUV 70.23 213.09 171.34 -
System Red Green Blue C M Y K H S L
Decimal 131 10 221 0.41 0.95 0 0.13 274.41 0.91 0.45
Hex 83 A DD 29 5F 0 D 112 5B 2D
Octal 203 12 335 51 137 0 15 422 133 55
Binary 10000011 1010 11011101 101001 1011111 0 1101 100010010 1011011 101101

Color Harmonies of #830ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830ADD

Black with #830ADD

Text Example


Text Example

White with #830ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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