Html Css Color HEX #830CD9 Dark Violet

📋 copy color: '#830CD9'

red 131 ◦ green 12 ◦ blue 217

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

Shades of Dark Violet #830CD9

Tints of Dark Violet #830CD9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.33%

 BLUE value IS 217 (85.16% from 255) = 60.28%

R = 36.39%
G = 3.33%
B = 60.28%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#830CD9 (or 0x830CD9) is known color: Dark Violet. HEX triplet: 83, 0C and D9. RGB value is (131,12,217). Sum of RGB (Red+Green+Blue) = 131+12+217=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 217 (85.16% from 255 or 60.28% from 360); Max value from RGB is 217 - color contains mainly: blue. Hex color #830CD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830CD9 is #7CF326. Grayscale: #464646. Windows color (decimal): -8188711 or 14224515. OLE color: 14224515.

HSL color Cylindrical-coordinate representation of color #830CD9: hue angle of 274.83º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830CD9 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 12 217 -
CMYK 0.40 0.94 0 0.15
HSL 274.83º 0.9% 0.45% -
HSV(B) 274.83º 0.94% 0.85% -
XYZ 22.02 10.1 66.43 -
YUV 70.95 210.42 170.83 -
System Red Green Blue C M Y K H S L
Decimal 131 12 217 0.40 0.94 0 0.15 274.83 0.9 0.45
Hex 83 C D9 28 5E 0 F 113 5A 2D
Octal 203 14 331 50 136 0 17 423 132 55
Binary 10000011 1100 11011001 101000 1011110 0 1111 100010011 1011010 101101

Color Harmonies of #830CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830CD9

Black with #830CD9

Text Example


Text Example

White with #830CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,12,217); }

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

background-color css

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

 a { background-color: rgb(131,12,217); }

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

border-color css

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

 span { border-color: rgb(131,12,217); }

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