Html Css Color HEX #830BD8 Dark Violet

📋 copy color: '#830BD8'

red 131 ◦ green 11 ◦ blue 216

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

Shades of Dark Violet #830BD8

Tints of Dark Violet #830BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 60.34%

R = 36.59%
G = 3.07%
B = 60.34%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#830BD8 (or 0x830BD8) is known color: Dark Violet. HEX triplet: 83, 0B and D8. RGB value is (131,11,216). Sum of RGB (Red+Green+Blue) = 131+11+216=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 216 (84.77% from 255 or 60.34% from 358); Max value from RGB is 216 - color contains mainly: blue. Hex color #830BD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830BD8 is #7CF427. Grayscale: #454545. Windows color (decimal): -8188968 or 14158723. OLE color: 14158723.

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

Color convert

RGB 131 11 216 -
CMYK 0.39 0.95 0 0.15
HSL 275.12º 0.9% 0.45% -
HSV(B) 275.12º 0.95% 0.85% -
XYZ 21.87 10.02 65.75 -
YUV 70.25 210.26 171.33 -
System Red Green Blue C M Y K H S L
Decimal 131 11 216 0.39 0.95 0 0.15 275.12 0.9 0.45
Hex 83 B D8 27 5F 0 F 113 5A 2D
Octal 203 13 330 47 137 0 17 423 132 55
Binary 10000011 1011 11011000 100111 1011111 0 1111 100010011 1011010 101101

Color Harmonies of #830BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830BD8

Black with #830BD8

Text Example


Text Example

White with #830BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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