Html Css Color HEX #8309D8 Dark Violet

📋 copy color: '#8309D8'

red 131 ◦ green 9 ◦ blue 216

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

Shades of Dark Violet #8309D8

Tints of Dark Violet #8309D8

RGB

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

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

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

R = 36.8%
G = 2.53%
B = 60.67%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8309D8 (or 0x8309D8) is known color: Dark Violet. HEX triplet: 83, 09 and D8. RGB value is (131,9,216). Sum of RGB (Red+Green+Blue) = 131+9+216=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 216 (84.77% from 255 or 60.67% from 356); Max value from RGB is 216 - color contains mainly: blue. Hex color #8309D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8309D8 is #7CF627. Grayscale: #444444. Windows color (decimal): -8189480 or 14158211. OLE color: 14158211.

HSL color Cylindrical-coordinate representation of color #8309D8: hue angle of 275.36º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8309D8 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 9 216 -
CMYK 0.39 0.96 0 0.15
HSL 275.36º 0.92% 0.44% -
HSV(B) 275.36º 0.96% 0.85% -
XYZ 21.85 9.98 65.74 -
YUV 69.08 210.92 172.17 -
System Red Green Blue C M Y K H S L
Decimal 131 9 216 0.39 0.96 0 0.15 275.36 0.92 0.44
Hex 83 9 D8 27 60 0 F 113 5C 2C
Octal 203 11 330 47 140 0 17 423 134 54
Binary 10000011 1001 11011000 100111 1100000 0 1111 100010011 1011100 101100

Color Harmonies of #8309D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8309D8

Black with #8309D8

Text Example


Text Example

White with #8309D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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