Html Css Color HEX #830FB6 Dark Violet

📋 copy color: '#830FB6'

red 131 ◦ green 15 ◦ blue 182

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

Shades of Dark Violet #830FB6

Tints of Dark Violet #830FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 55.49%

R = 39.94%
G = 4.57%
B = 55.49%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#830FB6 (or 0x830FB6) is known color: Dark Violet. HEX triplet: 83, 0F and B6. RGB value is (131,15,182). Sum of RGB (Red+Green+Blue) = 131+15+182=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 182 (71.48% from 255 or 55.49% from 328); Max value from RGB is 182 - color contains mainly: blue. Hex color #830FB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830FB6 is #7CF049. Grayscale: #444444. Windows color (decimal): -8187978 or 11931523. OLE color: 11931523.

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

Color convert

RGB 131 15 182 -
CMYK 0.28 0.92 0 0.29
HSL 281.68º 0.85% 0.39% -
HSV(B) 281.68º 0.92% 0.71% -
XYZ 17.97 8.54 44.96 -
YUV 68.72 191.93 172.42 -
System Red Green Blue C M Y K H S L
Decimal 131 15 182 0.28 0.92 0 0.29 281.68 0.85 0.39
Hex 83 F B6 1C 5C 0 1D 11A 55 27
Octal 203 17 266 34 134 0 35 432 125 47
Binary 10000011 1111 10110110 11100 1011100 0 11101 100011010 1010101 100111

Color Harmonies of #830FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FB6

Black with #830FB6

Text Example


Text Example

White with #830FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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