Html Css Color HEX #8309B6 Dark Violet

📋 copy color: '#8309B6'

red 131 ◦ green 9 ◦ blue 182

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

Shades of Dark Violet #8309B6

Tints of Dark Violet #8309B6

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.8%

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

R = 40.68%
G = 2.8%
B = 56.52%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8309B6 (or 0x8309B6) is known color: Dark Violet. HEX triplet: 83, 09 and B6. RGB value is (131,9,182). Sum of RGB (Red+Green+Blue) = 131+9+182=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 182 (71.48% from 255 or 56.52% from 322); Max value from RGB is 182 - color contains mainly: blue. Hex color #8309B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8309B6 is #7CF649. Grayscale: #404040. Windows color (decimal): -8189514 or 11929987. OLE color: 11929987.

HSL color Cylindrical-coordinate representation of color #8309B6: hue angle of 282.31º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8309B6 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 9 182 -
CMYK 0.28 0.95 0 0.29
HSL 282.31º 0.91% 0.37% -
HSV(B) 282.31º 0.95% 0.71% -
XYZ 17.9 8.4 44.93 -
YUV 65.2 193.92 174.93 -
System Red Green Blue C M Y K H S L
Decimal 131 9 182 0.28 0.95 0 0.29 282.31 0.91 0.37
Hex 83 9 B6 1C 5F 0 1D 11A 5B 25
Octal 203 11 266 34 137 0 35 432 133 45
Binary 10000011 1001 10110110 11100 1011111 0 11101 100011010 1011011 100101

Color Harmonies of #8309B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8309B6

Black with #8309B6

Text Example


Text Example

White with #8309B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8309B6; }

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

 H1.HeaderClassName
 {
   color: #8309B6;
 }
 .AnyTagClassName
 {
   color: #8309B6;
 }
</style>

background-color css

<style>
 a { background-color: #8309B6; }

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

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

border-color css

<style>
 span { border-color: #8309B6; }

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

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