Html Css Color HEX #9301B2 Dark Violet

📋 copy color: '#9301B2'

red 147 ◦ green 1 ◦ blue 178

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

Shades of Dark Violet #9301B2

Tints of Dark Violet #9301B2

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 178 (69.92% from 255) = 54.6%

R = 45.09%
G = 0.31%
B = 54.6%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9301B2 (or 0x9301B2) is known color: Dark Violet. HEX triplet: 93, 01 and B2. RGB value is (147,1,178). Sum of RGB (Red+Green+Blue) = 147+1+178=326 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.09% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 178 (69.92% from 255 or 54.60% from 326); Max value from RGB is 178 - color contains mainly: blue. Hex color #9301B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9301B2 is #6CFE4D. Grayscale: #404040. Windows color (decimal): -7142990 or 11665811. OLE color: 11665811.

HSL color Cylindrical-coordinate representation of color #9301B2: hue angle of 289.49º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9301B2 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 147 1 178 -
CMYK 0.17 0.99 0 0.30
HSL 289.49º 0.99% 0.35% -
HSV(B) 289.49º 0.99% 0.7% -
XYZ 20.08 9.44 42.88 -
YUV 64.83 191.87 186.61 -
System Red Green Blue C M Y K H S L
Decimal 147 1 178 0.17 0.99 0 0.30 289.49 0.99 0.35
Hex 93 1 B2 11 63 0 1E 121 63 23
Octal 223 1 262 21 143 0 36 441 143 43
Binary 10010011 1 10110010 10001 1100011 0 11110 100100001 1100011 100011

Color Harmonies of #9301B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9301B2

Black with #9301B2

Text Example


Text Example

White with #9301B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9301B2; }

 p { color: rgb(147,1,178); }

 H1.HeaderClassName
 {
   color: #9301B2;
 }
 .AnyTagClassName
 {
   color: #9301B2;
 }
</style>

background-color css

<style>
 a { background-color: #9301B2; }

 a { background-color: rgb(147,1,178); }

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

border-color css

<style>
 span { border-color: #9301B2; }

 span { border-color: rgb(147,1,178); }

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