Html Css Color HEX #9419BA Dark Orchid

📋 copy color: '#9419BA'

red 148 ◦ green 25 ◦ blue 186

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

Shades of Dark Orchid #9419BA

Tints of Dark Orchid #9419BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.96%

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

R = 41.23%
G = 6.96%
B = 51.81%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9419BA (or 0x9419BA) is known color: Dark Orchid. HEX triplet: 94, 19 and BA. RGB value is (148,25,186). Sum of RGB (Red+Green+Blue) = 148+25+186=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #9419BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9419BA is #6BE645. Grayscale: #4F4F4F. Windows color (decimal): -7071302 or 12196244. OLE color: 12196244.

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

Color convert

RGB 148 25 186 -
CMYK 0.20 0.87 0 0.27
HSL 285.84º 0.76% 0.41% -
HSV(B) 285.84º 0.87% 0.73% -
XYZ 21.42 10.54 47.36 -
YUV 80.13 187.75 176.41 -
System Red Green Blue C M Y K H S L
Decimal 148 25 186 0.20 0.87 0 0.27 285.84 0.76 0.41
Hex 94 19 BA 14 57 0 1B 11E 4C 29
Octal 224 31 272 24 127 0 33 436 114 51
Binary 10010100 11001 10111010 10100 1010111 0 11011 100011110 1001100 101001

Color Harmonies of #9419BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9419BA

Black with #9419BA

Text Example


Text Example

White with #9419BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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