Html Css Color HEX #830FB7 Dark Violet

📋 copy color: '#830FB7'

red 131 ◦ green 15 ◦ blue 183

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

Shades of Dark Violet #830FB7

Tints of Dark Violet #830FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 55.62%

R = 39.82%
G = 4.56%
B = 55.62%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#830FB7 (or 0x830FB7) is known color: Dark Violet. HEX triplet: 83, 0F and B7. RGB value is (131,15,183). Sum of RGB (Red+Green+Blue) = 131+15+183=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 183 (71.88% from 255 or 55.62% from 329); Max value from RGB is 183 - color contains mainly: blue. Hex color #830FB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830FB7 is #7CF048. Grayscale: #444444. Windows color (decimal): -8187977 or 11997059. OLE color: 11997059.

HSL color Cylindrical-coordinate representation of color #830FB7: hue angle of 281.43º 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 #830FB7 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 131 15 183 -
CMYK 0.28 0.92 0 0.28
HSL 281.43º 0.85% 0.39% -
HSV(B) 281.43º 0.92% 0.72% -
XYZ 18.08 8.59 45.5 -
YUV 68.84 192.43 172.34 -
System Red Green Blue C M Y K H S L
Decimal 131 15 183 0.28 0.92 0 0.28 281.43 0.85 0.39
Hex 83 F B7 1C 5C 0 1C 119 55 27
Octal 203 17 267 34 134 0 34 431 125 47
Binary 10000011 1111 10110111 11100 1011100 0 11100 100011001 1010101 100111

Color Harmonies of #830FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FB7

Black with #830FB7

Text Example


Text Example

White with #830FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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