Html Css Color HEX #9401BA Dark Violet

📋 copy color: '#9401BA'

red 148 ◦ green 1 ◦ blue 186

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

Shades of Dark Violet #9401BA

Tints of Dark Violet #9401BA

RGB

 RED value IS 148 (58.2% from 255) = 44.18%

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

 BLUE value IS 186 (73.05% from 255) = 55.52%

R = 44.18%
G = 0.3%
B = 55.52%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9401BA (or 0x9401BA) is known color: Dark Violet. HEX triplet: 94, 01 and BA. RGB value is (148,1,186). Sum of RGB (Red+Green+Blue) = 148+1+186=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #9401BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9401BA is #6BFE45. Grayscale: #414141. Windows color (decimal): -7077446 or 12190100. OLE color: 12190100.

HSL color Cylindrical-coordinate representation of color #9401BA: hue angle of 287.68º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9401BA is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 1 186 -
CMYK 0.20 0.99 0 0.27
HSL 287.68º 0.99% 0.37% -
HSV(B) 287.68º 0.99% 0.73% -
XYZ 21.09 9.86 47.25 -
YUV 66.04 195.7 186.46 -
System Red Green Blue C M Y K H S L
Decimal 148 1 186 0.20 0.99 0 0.27 287.68 0.99 0.37
Hex 94 1 BA 14 63 0 1B 120 63 25
Octal 224 1 272 24 143 0 33 440 143 45
Binary 10010100 1 10111010 10100 1100011 0 11011 100100000 1100011 100101

Color Harmonies of #9401BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9401BA

Black with #9401BA

Text Example


Text Example

White with #9401BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9401BA; }

 p { color: rgb(148,1,186); }

 H1.HeaderClassName
 {
   color: #9401BA;
 }
 .AnyTagClassName
 {
   color: #9401BA;
 }
</style>

background-color css

<style>
 a { background-color: #9401BA; }

 a { background-color: rgb(148,1,186); }

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

border-color css

<style>
 span { border-color: #9401BA; }

 span { border-color: rgb(148,1,186); }

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