Html Css Color HEX #830AE8 Dark Violet

📋 copy color: '#830AE8'

red 131 ◦ green 10 ◦ blue 232

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

Shades of Dark Violet #830AE8

Tints of Dark Violet #830AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 62.2%

R = 35.12%
G = 2.68%
B = 62.2%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#830AE8 (or 0x830AE8) is known color: Dark Violet. HEX triplet: 83, 0A and E8. RGB value is (131,10,232). Sum of RGB (Red+Green+Blue) = 131+10+232=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 232 (91.02% from 255 or 62.20% from 373); Max value from RGB is 232 - color contains mainly: blue. Hex color #830AE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830AE8 is #7CF517. Grayscale: #464646. Windows color (decimal): -8189208 or 15207043. OLE color: 15207043.

HSL color Cylindrical-coordinate representation of color #830AE8: hue angle of 272.7º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830AE8 is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 131 10 232 -
CMYK 0.44 0.96 0 0.09
HSL 272.7º 0.92% 0.47% -
HSV(B) 272.7º 0.96% 0.91% -
XYZ 24.03 10.87 77.18 -
YUV 71.49 218.59 170.45 -
System Red Green Blue C M Y K H S L
Decimal 131 10 232 0.44 0.96 0 0.09 272.7 0.92 0.47
Hex 83 A E8 2C 60 0 9 111 5C 2F
Octal 203 12 350 54 140 0 11 421 134 57
Binary 10000011 1010 11101000 101100 1100000 0 1001 100010001 1011100 101111

Color Harmonies of #830AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830AE8

Black with #830AE8

Text Example


Text Example

White with #830AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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