Html Css Color HEX #9301BC Dark Violet

📋 copy color: '#9301BC'

red 147 ◦ green 1 ◦ blue 188

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

Shades of Dark Violet #9301BC

Tints of Dark Violet #9301BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.95%

R = 43.75%
G = 0.3%
B = 55.95%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9301BC (or 0x9301BC) is known color: Dark Violet. HEX triplet: 93, 01 and BC. RGB value is (147,1,188). Sum of RGB (Red+Green+Blue) = 147+1+188=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #9301BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9301BC is #6CFE43. Grayscale: #414141. Windows color (decimal): -7142980 or 12321171. OLE color: 12321171.

HSL color Cylindrical-coordinate representation of color #9301BC: hue angle of 286.84º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9301BC is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 1 188 -
CMYK 0.22 0.99 0 0.26
HSL 286.84º 0.99% 0.37% -
HSV(B) 286.84º 0.99% 0.74% -
XYZ 21.12 9.86 48.37 -
YUV 65.97 196.87 185.79 -
System Red Green Blue C M Y K H S L
Decimal 147 1 188 0.22 0.99 0 0.26 286.84 0.99 0.37
Hex 93 1 BC 16 63 0 1A 11F 63 25
Octal 223 1 274 26 143 0 32 437 143 45
Binary 10010011 1 10111100 10110 1100011 0 11010 100011111 1100011 100101

Color Harmonies of #9301BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9301BC

Black with #9301BC

Text Example


Text Example

White with #9301BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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