Html Css Color HEX #830BD6 Dark Violet

📋 copy color: '#830BD6'

red 131 ◦ green 11 ◦ blue 214

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

Shades of Dark Violet #830BD6

Tints of Dark Violet #830BD6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.09%

 BLUE value IS 214 (83.98% from 255) = 60.11%

R = 36.8%
G = 3.09%
B = 60.11%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#830BD6 (or 0x830BD6) is known color: Dark Violet. HEX triplet: 83, 0B and D6. RGB value is (131,11,214). Sum of RGB (Red+Green+Blue) = 131+11+214=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 214 (83.98% from 255 or 60.11% from 356); Max value from RGB is 214 - color contains mainly: blue. Hex color #830BD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830BD6 is #7CF429. Grayscale: #454545. Windows color (decimal): -8188970 or 14027651. OLE color: 14027651.

HSL color Cylindrical-coordinate representation of color #830BD6: hue angle of 275.47º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830BD6 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 11 214 -
CMYK 0.39 0.95 0 0.16
HSL 275.47º 0.9% 0.44% -
HSV(B) 275.47º 0.95% 0.84% -
XYZ 21.62 9.92 64.39 -
YUV 70.02 209.26 171.49 -
System Red Green Blue C M Y K H S L
Decimal 131 11 214 0.39 0.95 0 0.16 275.47 0.9 0.44
Hex 83 B D6 27 5F 0 10 113 5A 2C
Octal 203 13 326 47 137 0 20 423 132 54
Binary 10000011 1011 11010110 100111 1011111 0 10000 100010011 1011010 101100

Color Harmonies of #830BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830BD6

Black with #830BD6

Text Example


Text Example

White with #830BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,11,214); }

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

background-color css

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

 a { background-color: rgb(131,11,214); }

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

border-color css

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

 span { border-color: rgb(131,11,214); }

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