Html Css Color HEX #9308DF Dark Violet

📋 copy color: '#9308DF'

red 147 ◦ green 8 ◦ blue 223

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

Shades of Dark Violet #9308DF

Tints of Dark Violet #9308DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.99%

R = 38.89%
G = 2.12%
B = 58.99%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9308DF (or 0x9308DF) is known color: Dark Violet. HEX triplet: 93, 08 and DF. RGB value is (147,8,223). Sum of RGB (Red+Green+Blue) = 147+8+223=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #9308DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9308DF is #6CF720. Grayscale: #494949. Windows color (decimal): -7141153 or 14616723. OLE color: 14616723.

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

Color convert

RGB 147 8 223 -
CMYK 0.34 0.96 0 0.13
HSL 278.79º 0.93% 0.45% -
HSV(B) 278.79º 0.96% 0.87% -
XYZ 25.44 11.7 70.73 -
YUV 74.07 212.05 180.02 -
System Red Green Blue C M Y K H S L
Decimal 147 8 223 0.34 0.96 0 0.13 278.79 0.93 0.45
Hex 93 8 DF 22 60 0 D 117 5D 2D
Octal 223 10 337 42 140 0 15 427 135 55
Binary 10010011 1000 11011111 100010 1100000 0 1101 100010111 1011101 101101

Color Harmonies of #9308DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9308DF

Black with #9308DF

Text Example


Text Example

White with #9308DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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