Html Css Color HEX #830FB8 Dark Violet

📋 copy color: '#830FB8'

red 131 ◦ green 15 ◦ blue 184

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

Shades of Dark Violet #830FB8

Tints of Dark Violet #830FB8

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.55%

 BLUE value IS 184 (72.27% from 255) = 55.76%

R = 39.7%
G = 4.55%
B = 55.76%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#830FB8 (or 0x830FB8) is known color: Dark Violet. HEX triplet: 83, 0F and B8. RGB value is (131,15,184). Sum of RGB (Red+Green+Blue) = 131+15+184=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 184 (72.27% from 255 or 55.76% from 330); Max value from RGB is 184 - color contains mainly: blue. Hex color #830FB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830FB8 is #7CF047. Grayscale: #444444. Windows color (decimal): -8187976 or 12062595. OLE color: 12062595.

HSL color Cylindrical-coordinate representation of color #830FB8: hue angle of 281.18º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #830FB8 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 131 15 184 -
CMYK 0.29 0.92 0 0.28
HSL 281.18º 0.85% 0.39% -
HSV(B) 281.18º 0.92% 0.72% -
XYZ 18.18 8.63 46.05 -
YUV 68.95 192.93 172.26 -
System Red Green Blue C M Y K H S L
Decimal 131 15 184 0.29 0.92 0 0.28 281.18 0.85 0.39
Hex 83 F B8 1D 5C 0 1C 119 55 27
Octal 203 17 270 35 134 0 34 431 125 47
Binary 10000011 1111 10111000 11101 1011100 0 11100 100011001 1010101 100111

Color Harmonies of #830FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FB8

Black with #830FB8

Text Example


Text Example

White with #830FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,15,184); }

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

background-color css

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

 a { background-color: rgb(131,15,184); }

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

border-color css

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

 span { border-color: rgb(131,15,184); }

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