Html Css Color HEX #9308EF Dark Violet

📋 copy color: '#9308EF'

red 147 ◦ green 8 ◦ blue 239

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

Shades of Dark Violet #9308EF

Tints of Dark Violet #9308EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.66%

R = 37.31%
G = 2.03%
B = 60.66%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9308EF (or 0x9308EF) is known color: Dark Violet. HEX triplet: 93, 08 and EF. RGB value is (147,8,239). Sum of RGB (Red+Green+Blue) = 147+8+239=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 8 (3.52% from 255 or 2.03% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #9308EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9308EF is #6CF710. Grayscale: #4B4B4B. Windows color (decimal): -7141137 or 15665299. OLE color: 15665299.

HSL color Cylindrical-coordinate representation of color #9308EF: hue angle of 276.1º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9308EF is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 8 239 -
CMYK 0.38 0.97 0 0.06
HSL 276.1º 0.94% 0.48% -
HSV(B) 276.1º 0.97% 0.94% -
XYZ 27.7 12.61 82.64 -
YUV 75.9 220.05 178.72 -
System Red Green Blue C M Y K H S L
Decimal 147 8 239 0.38 0.97 0 0.06 276.1 0.94 0.48
Hex 93 8 EF 26 61 0 6 114 5E 30
Octal 223 10 357 46 141 0 6 424 136 60
Binary 10010011 1000 11101111 100110 1100001 0 110 100010100 1011110 110000

Color Harmonies of #9308EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9308EF

Black with #9308EF

Text Example


Text Example

White with #9308EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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