Html Css Color HEX #830AC8 Dark Violet

📋 copy color: '#830AC8'

red 131 ◦ green 10 ◦ blue 200

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

Shades of Dark Violet #830AC8

Tints of Dark Violet #830AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 58.65%

R = 38.42%
G = 2.93%
B = 58.65%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#830AC8 (or 0x830AC8) is known color: Dark Violet. HEX triplet: 83, 0A and C8. RGB value is (131,10,200). Sum of RGB (Red+Green+Blue) = 131+10+200=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 200 (78.52% from 255 or 58.65% from 341); Max value from RGB is 200 - color contains mainly: blue. Hex color #830AC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830AC8 is #7CF537. Grayscale: #434343. Windows color (decimal): -8189240 or 13109891. OLE color: 13109891.

HSL color Cylindrical-coordinate representation of color #830AC8: hue angle of 278.21º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830AC8 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 10 200 -
CMYK 0.34 0.95 0 0.22
HSL 278.21º 0.9% 0.41% -
HSV(B) 278.21º 0.95% 0.78% -
XYZ 19.89 9.21 55.37 -
YUV 67.84 202.59 173.05 -
System Red Green Blue C M Y K H S L
Decimal 131 10 200 0.34 0.95 0 0.22 278.21 0.9 0.41
Hex 83 A C8 22 5F 0 16 116 5A 29
Octal 203 12 310 42 137 0 26 426 132 51
Binary 10000011 1010 11001000 100010 1011111 0 10110 100010110 1011010 101001

Color Harmonies of #830AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830AC8

Black with #830AC8

Text Example


Text Example

White with #830AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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