Html Css Color HEX #8307DB Dark Violet

📋 copy color: '#8307DB'

red 131 ◦ green 7 ◦ blue 219

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

Shades of Dark Violet #8307DB

Tints of Dark Violet #8307DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.96%

 BLUE value IS 219 (85.94% from 255) = 61.34%

R = 36.69%
G = 1.96%
B = 61.34%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8307DB (or 0x8307DB) is known color: Dark Violet. HEX triplet: 83, 07 and DB. RGB value is (131,7,219). Sum of RGB (Red+Green+Blue) = 131+7+219=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #8307DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8307DB is #7CF824. Grayscale: #434343. Windows color (decimal): -8189989 or 14354307. OLE color: 14354307.

HSL color Cylindrical-coordinate representation of color #8307DB: hue angle of 275.09º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8307DB is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 7 219 -
CMYK 0.40 0.97 0 0.14
HSL 275.09º 0.94% 0.44% -
HSV(B) 275.09º 0.97% 0.86% -
XYZ 22.22 10.09 67.79 -
YUV 68.24 213.08 172.76 -
System Red Green Blue C M Y K H S L
Decimal 131 7 219 0.40 0.97 0 0.14 275.09 0.94 0.44
Hex 83 7 DB 28 61 0 E 113 5E 2C
Octal 203 7 333 50 141 0 16 423 136 54
Binary 10000011 111 11011011 101000 1100001 0 1110 100010011 1011110 101100

Color Harmonies of #8307DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8307DB

Black with #8307DB

Text Example


Text Example

White with #8307DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8307DB; }

 p { color: rgb(131,7,219); }

 H1.HeaderClassName
 {
   color: #8307DB;
 }
 .AnyTagClassName
 {
   color: #8307DB;
 }
</style>

background-color css

<style>
 a { background-color: #8307DB; }

 a { background-color: rgb(131,7,219); }

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

border-color css

<style>
 span { border-color: #8307DB; }

 span { border-color: rgb(131,7,219); }

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