Html Css Color HEX #9400BB Dark Violet

📋 copy color: '#9400BB'

red 148 ◦ green 0 ◦ blue 187

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

Shades of Dark Violet #9400BB

Tints of Dark Violet #9400BB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 187 (73.44% from 255) = 55.82%

R = 44.18%
G = 0%
B = 55.82%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9400BB (or 0x9400BB) is known color: Dark Violet. HEX triplet: 94, 00 and BB. RGB value is (148,0,187). Sum of RGB (Red+Green+Blue) = 148+0+187=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #9400BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9400BB is #6BFF44. Grayscale: #404040. Windows color (decimal): -7077701 or 12255380. OLE color: 12255380.

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

Color convert

RGB 148 0 187 -
CMYK 0.21 1 0 0.27
HSL 287.49º 1% 0.37% -
HSV(B) 287.49º 1% 0.73% -
XYZ 21.18 9.88 47.81 -
YUV 65.57 196.53 186.79 -
System Red Green Blue C M Y K H S L
Decimal 148 0 187 0.21 1 0 0.27 287.49 1 0.37
Hex 94 0 BB 15 64 0 1B 11F 64 25
Octal 224 0 273 25 144 0 33 437 144 45
Binary 10010100 0 10111011 10101 1100100 0 11011 100011111 1100100 100101

Color Harmonies of #9400BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9400BB

Black with #9400BB

Text Example


Text Example

White with #9400BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9400BB; }

 p { color: rgb(148,0,187); }

 H1.HeaderClassName
 {
   color: #9400BB;
 }
 .AnyTagClassName
 {
   color: #9400BB;
 }
</style>

background-color css

<style>
 a { background-color: #9400BB; }

 a { background-color: rgb(148,0,187); }

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

border-color css

<style>
 span { border-color: #9400BB; }

 span { border-color: rgb(148,0,187); }

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