Html Css Color HEX #8308BF Dark Violet

📋 copy color: '#8308BF'

red 131 ◦ green 8 ◦ blue 191

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

Shades of Dark Violet #8308BF

Tints of Dark Violet #8308BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.88%

R = 39.7%
G = 2.42%
B = 57.88%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8308BF (or 0x8308BF) is known color: Dark Violet. HEX triplet: 83, 08 and BF. RGB value is (131,8,191). Sum of RGB (Red+Green+Blue) = 131+8+191=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #8308BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8308BF is #7CF740. Grayscale: #414141. Windows color (decimal): -8189761 or 12519555. OLE color: 12519555.

HSL color Cylindrical-coordinate representation of color #8308BF: hue angle of 280.33º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8308BF is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 8 191 -
CMYK 0.31 0.96 0 0.25
HSL 280.33º 0.92% 0.39% -
HSV(B) 280.33º 0.96% 0.75% -
XYZ 18.85 8.76 49.99 -
YUV 65.64 198.75 174.62 -
System Red Green Blue C M Y K H S L
Decimal 131 8 191 0.31 0.96 0 0.25 280.33 0.92 0.39
Hex 83 8 BF 1F 60 0 19 118 5C 27
Octal 203 10 277 37 140 0 31 430 134 47
Binary 10000011 1000 10111111 11111 1100000 0 11001 100011000 1011100 100111

Color Harmonies of #8308BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8308BF

Black with #8308BF

Text Example


Text Example

White with #8308BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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