Html Css Color HEX #830BD1 Dark Violet

📋 copy color: '#830BD1'

red 131 ◦ green 11 ◦ blue 209

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

Shades of Dark Violet #830BD1

Tints of Dark Violet #830BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 59.54%

R = 37.32%
G = 3.13%
B = 59.54%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#830BD1 (or 0x830BD1) is known color: Dark Violet. HEX triplet: 83, 0B and D1. RGB value is (131,11,209). Sum of RGB (Red+Green+Blue) = 131+11+209=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 209 (82.03% from 255 or 59.54% from 351); Max value from RGB is 209 - color contains mainly: blue. Hex color #830BD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830BD1 is #7CF42E. Grayscale: #444444. Windows color (decimal): -8188975 or 13699971. OLE color: 13699971.

HSL color Cylindrical-coordinate representation of color #830BD1: hue angle of 276.36º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830BD1 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 11 209 -
CMYK 0.37 0.95 0 0.18
HSL 276.36º 0.9% 0.43% -
HSV(B) 276.36º 0.95% 0.82% -
XYZ 20.99 9.67 61.08 -
YUV 69.45 206.76 171.9 -
System Red Green Blue C M Y K H S L
Decimal 131 11 209 0.37 0.95 0 0.18 276.36 0.9 0.43
Hex 83 B D1 25 5F 0 12 114 5A 2B
Octal 203 13 321 45 137 0 22 424 132 53
Binary 10000011 1011 11010001 100101 1011111 0 10010 100010100 1011010 101011

Color Harmonies of #830BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830BD1

Black with #830BD1

Text Example


Text Example

White with #830BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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