Html Css Color HEX #9400BD Dark Violet

📋 copy color: '#9400BD'

red 148 ◦ green 0 ◦ blue 189

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

Shades of Dark Violet #9400BD

Tints of Dark Violet #9400BD

RGB

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

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

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

R = 43.92%
G = 0%
B = 56.08%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9400BD (or 0x9400BD) is known color: Dark Violet. HEX triplet: 94, 00 and BD. RGB value is (148,0,189). Sum of RGB (Red+Green+Blue) = 148+0+189=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 0 (0.39% from 255 or 0% 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 #9400BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9400BD is #6BFF42. Grayscale: #414141. Windows color (decimal): -7077699 or 12386452. OLE color: 12386452.

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

Color convert

RGB 148 0 189 -
CMYK 0.22 1 0 0.26
HSL 286.98º 1% 0.37% -
HSV(B) 286.98º 1% 0.74% -
XYZ 21.4 9.97 48.94 -
YUV 65.8 197.53 186.63 -
System Red Green Blue C M Y K H S L
Decimal 148 0 189 0.22 1 0 0.26 286.98 1 0.37
Hex 94 0 BD 16 64 0 1A 11F 64 25
Octal 224 0 275 26 144 0 32 437 144 45
Binary 10010100 0 10111101 10110 1100100 0 11010 100011111 1100100 100101

Color Harmonies of #9400BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9400BD

Black with #9400BD

Text Example


Text Example

White with #9400BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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