Html Css Color HEX #9309ED Dark Violet

📋 copy color: '#9309ED'

red 147 ◦ green 9 ◦ blue 237

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

Shades of Dark Violet #9309ED

Tints of Dark Violet #9309ED

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.29%

 BLUE value IS 237 (92.97% from 255) = 60.31%

R = 37.4%
G = 2.29%
B = 60.31%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9309ED (or 0x9309ED) is known color: Dark Violet. HEX triplet: 93, 09 and ED. RGB value is (147,9,237). Sum of RGB (Red+Green+Blue) = 147+9+237=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #9309ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9309ED is #6CF612. Grayscale: #4B4B4B. Windows color (decimal): -7140883 or 15534483. OLE color: 15534483.

HSL color Cylindrical-coordinate representation of color #9309ED: hue angle of 276.32º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9309ED is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 9 237 -
CMYK 0.38 0.96 0 0.07
HSL 276.32º 0.93% 0.48% -
HSV(B) 276.32º 0.96% 0.93% -
XYZ 27.42 12.51 81.09 -
YUV 76.25 218.72 178.46 -
System Red Green Blue C M Y K H S L
Decimal 147 9 237 0.38 0.96 0 0.07 276.32 0.93 0.48
Hex 93 9 ED 26 60 0 7 114 5D 30
Octal 223 11 355 46 140 0 7 424 135 60
Binary 10010011 1001 11101101 100110 1100000 0 111 100010100 1011101 110000

Color Harmonies of #9309ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9309ED

Black with #9309ED

Text Example


Text Example

White with #9309ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9309ED; }

 p { color: rgb(147,9,237); }

 H1.HeaderClassName
 {
   color: #9309ED;
 }
 .AnyTagClassName
 {
   color: #9309ED;
 }
</style>

background-color css

<style>
 a { background-color: #9309ED; }

 a { background-color: rgb(147,9,237); }

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

border-color css

<style>
 span { border-color: #9309ED; }

 span { border-color: rgb(147,9,237); }

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