Html Css Color HEX #830ACD Dark Violet

📋 copy color: '#830ACD'

red 131 ◦ green 10 ◦ blue 205

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

Shades of Dark Violet #830ACD

Tints of Dark Violet #830ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.25%

R = 37.86%
G = 2.89%
B = 59.25%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#830ACD (or 0x830ACD) is known color: Dark Violet. HEX triplet: 83, 0A and CD. RGB value is (131,10,205). Sum of RGB (Red+Green+Blue) = 131+10+205=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #830ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830ACD is #7CF532. Grayscale: #434343. Windows color (decimal): -8189235 or 13437571. OLE color: 13437571.

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

Color convert

RGB 131 10 205 -
CMYK 0.36 0.95 0 0.20
HSL 277.23º 0.91% 0.42% -
HSV(B) 277.23º 0.95% 0.8% -
XYZ 20.49 9.45 58.5 -
YUV 68.41 205.09 172.64 -
System Red Green Blue C M Y K H S L
Decimal 131 10 205 0.36 0.95 0 0.20 277.23 0.91 0.42
Hex 83 A CD 24 5F 0 14 115 5B 2A
Octal 203 12 315 44 137 0 24 425 133 52
Binary 10000011 1010 11001101 100100 1011111 0 10100 100010101 1011011 101010

Color Harmonies of #830ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830ACD

Black with #830ACD

Text Example


Text Example

White with #830ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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