Html Css Color HEX #9308DB Dark Violet

📋 copy color: '#9308DB'

red 147 ◦ green 8 ◦ blue 219

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

Shades of Dark Violet #9308DB

Tints of Dark Violet #9308DB

RGB

 RED value IS 147 (57.81% from 255) = 39.3%

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

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

R = 39.3%
G = 2.14%
B = 58.56%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9308DB (or 0x9308DB) is known color: Dark Violet. HEX triplet: 93, 08 and DB. RGB value is (147,8,219). Sum of RGB (Red+Green+Blue) = 147+8+219=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #9308DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9308DB is #6CF724. Grayscale: #484848. Windows color (decimal): -7141157 or 14354579. OLE color: 14354579.

HSL color Cylindrical-coordinate representation of color #9308DB: hue angle of 279.53º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9308DB is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 8 219 -
CMYK 0.33 0.96 0 0.14
HSL 279.53º 0.93% 0.45% -
HSV(B) 279.53º 0.96% 0.86% -
XYZ 24.91 11.49 67.92 -
YUV 73.62 210.05 180.34 -
System Red Green Blue C M Y K H S L
Decimal 147 8 219 0.33 0.96 0 0.14 279.53 0.93 0.45
Hex 93 8 DB 21 60 0 E 118 5D 2D
Octal 223 10 333 41 140 0 16 430 135 55
Binary 10010011 1000 11011011 100001 1100000 0 1110 100011000 1011101 101101

Color Harmonies of #9308DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9308DB

Black with #9308DB

Text Example


Text Example

White with #9308DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,8,219); }

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

background-color css

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

 a { background-color: rgb(147,8,219); }

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

border-color css

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

 span { border-color: rgb(147,8,219); }

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