Html Css Color HEX #8308B9 Dark Violet

📋 copy color: '#8308B9'

red 131 ◦ green 8 ◦ blue 185

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

Shades of Dark Violet #8308B9

Tints of Dark Violet #8308B9

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.47%

 BLUE value IS 185 (72.66% from 255) = 57.1%

R = 40.43%
G = 2.47%
B = 57.1%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8308B9 (or 0x8308B9) is known color: Dark Violet. HEX triplet: 83, 08 and B9. RGB value is (131,8,185). Sum of RGB (Red+Green+Blue) = 131+8+185=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 185 (72.66% from 255 or 57.10% from 324); Max value from RGB is 185 - color contains mainly: blue. Hex color #8308B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8308B9 is #7CF746. Grayscale: #404040. Windows color (decimal): -8189767 or 12126339. OLE color: 12126339.

HSL color Cylindrical-coordinate representation of color #8308B9: hue angle of 281.69º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8308B9 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 8 185 -
CMYK 0.29 0.96 0 0.27
HSL 281.69º 0.92% 0.38% -
HSV(B) 281.69º 0.96% 0.73% -
XYZ 18.2 8.5 46.58 -
YUV 64.96 195.75 175.11 -
System Red Green Blue C M Y K H S L
Decimal 131 8 185 0.29 0.96 0 0.27 281.69 0.92 0.38
Hex 83 8 B9 1D 60 0 1B 11A 5C 26
Octal 203 10 271 35 140 0 33 432 134 46
Binary 10000011 1000 10111001 11101 1100000 0 11011 100011010 1011100 100110

Color Harmonies of #8308B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8308B9

Black with #8308B9

Text Example


Text Example

White with #8308B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8308B9; }

 p { color: rgb(131,8,185); }

 H1.HeaderClassName
 {
   color: #8308B9;
 }
 .AnyTagClassName
 {
   color: #8308B9;
 }
</style>

background-color css

<style>
 a { background-color: #8308B9; }

 a { background-color: rgb(131,8,185); }

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

border-color css

<style>
 span { border-color: #8308B9; }

 span { border-color: rgb(131,8,185); }

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