Html Css Color HEX #9301BD Dark Violet

📋 copy color: '#9301BD'

red 147 ◦ green 1 ◦ blue 189

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

Shades of Dark Violet #9301BD

Tints of Dark Violet #9301BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.08%

R = 43.62%
G = 0.3%
B = 56.08%

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

#9301BD (or 0x9301BD) is known color: Dark Violet. HEX triplet: 93, 01 and BD. RGB value is (147,1,189). Sum of RGB (Red+Green+Blue) = 147+1+189=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #9301BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9301BD is #6CFE42. Grayscale: #414141. Windows color (decimal): -7142979 or 12386707. OLE color: 12386707.

HSL color Cylindrical-coordinate representation of color #9301BD: hue angle of 286.6º 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 #9301BD is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 1 189 -
CMYK 0.22 0.99 0 0.26
HSL 286.6º 0.99% 0.37% -
HSV(B) 286.6º 0.99% 0.74% -
XYZ 21.23 9.9 48.94 -
YUV 66.09 197.37 185.71 -
System Red Green Blue C M Y K H S L
Decimal 147 1 189 0.22 0.99 0 0.26 286.6 0.99 0.37
Hex 93 1 BD 16 63 0 1A 11F 63 25
Octal 223 1 275 26 143 0 32 437 143 45
Binary 10010011 1 10111101 10110 1100011 0 11010 100011111 1100011 100101

Color Harmonies of #9301BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9301BD

Black with #9301BD

Text Example


Text Example

White with #9301BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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