Html Css Color HEX #9308AF Dark Violet

📋 copy color: '#9308AF'

red 147 ◦ green 8 ◦ blue 175

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

Shades of Dark Violet #9308AF

Tints of Dark Violet #9308AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.03%

R = 44.55%
G = 2.42%
B = 53.03%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9308AF (or 0x9308AF) is known color: Dark Violet. HEX triplet: 93, 08 and AF. RGB value is (147,8,175). Sum of RGB (Red+Green+Blue) = 147+8+175=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #9308AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9308AF is #6CF750. Grayscale: #444444. Windows color (decimal): -7141201 or 11470995. OLE color: 11470995.

HSL color Cylindrical-coordinate representation of color #9308AF: hue angle of 289.94º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9308AF is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 8 175 -
CMYK 0.16 0.95 0 0.31
HSL 289.94º 0.91% 0.36% -
HSV(B) 289.94º 0.95% 0.69% -
XYZ 19.86 9.47 41.34 -
YUV 68.6 188.05 183.92 -
System Red Green Blue C M Y K H S L
Decimal 147 8 175 0.16 0.95 0 0.31 289.94 0.91 0.36
Hex 93 8 AF 10 5F 0 1F 122 5B 24
Octal 223 10 257 20 137 0 37 442 133 44
Binary 10010011 1000 10101111 10000 1011111 0 11111 100100010 1011011 100100

Color Harmonies of #9308AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9308AF

Black with #9308AF

Text Example


Text Example

White with #9308AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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