Html Css Color HEX #9307B5 Dark Violet

📋 copy color: '#9307B5'

red 147 ◦ green 7 ◦ blue 181

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

Shades of Dark Violet #9307B5

Tints of Dark Violet #9307B5

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.09%

 BLUE value IS 181 (71.09% from 255) = 54.03%

R = 43.88%
G = 2.09%
B = 54.03%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9307B5 (or 0x9307B5) is known color: Dark Violet. HEX triplet: 93, 07 and B5. RGB value is (147,7,181). Sum of RGB (Red+Green+Blue) = 147+7+181=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 181 (71.09% from 255 or 54.03% from 335); Max value from RGB is 181 - color contains mainly: blue. Hex color #9307B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9307B5 is #6CF84A. Grayscale: #444444. Windows color (decimal): -7141451 or 11863955. OLE color: 11863955.

HSL color Cylindrical-coordinate representation of color #9307B5: hue angle of 288.28º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9307B5 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 7 181 -
CMYK 0.19 0.96 0 0.29
HSL 288.28º 0.93% 0.37% -
HSV(B) 288.28º 0.96% 0.71% -
XYZ 20.45 9.69 44.51 -
YUV 68.7 191.38 183.85 -
System Red Green Blue C M Y K H S L
Decimal 147 7 181 0.19 0.96 0 0.29 288.28 0.93 0.37
Hex 93 7 B5 13 60 0 1D 120 5D 25
Octal 223 7 265 23 140 0 35 440 135 45
Binary 10010011 111 10110101 10011 1100000 0 11101 100100000 1011101 100101

Color Harmonies of #9307B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9307B5

Black with #9307B5

Text Example


Text Example

White with #9307B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9307B5; }

 p { color: rgb(147,7,181); }

 H1.HeaderClassName
 {
   color: #9307B5;
 }
 .AnyTagClassName
 {
   color: #9307B5;
 }
</style>

background-color css

<style>
 a { background-color: #9307B5; }

 a { background-color: rgb(147,7,181); }

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

border-color css

<style>
 span { border-color: #9307B5; }

 span { border-color: rgb(147,7,181); }

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