Html Css Color HEX #9418BA Dark Orchid

📋 copy color: '#9418BA'

red 148 ◦ green 24 ◦ blue 186

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

Shades of Dark Orchid #9418BA

Tints of Dark Orchid #9418BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.7%

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

R = 41.34%
G = 6.7%
B = 51.96%

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

#9418BA (or 0x9418BA) is known color: Dark Orchid. HEX triplet: 94, 18 and BA. RGB value is (148,24,186). Sum of RGB (Red+Green+Blue) = 148+24+186=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #9418BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9418BA is #6BE745. Grayscale: #4F4F4F. Windows color (decimal): -7071558 or 12195988. OLE color: 12195988.

HSL color Cylindrical-coordinate representation of color #9418BA: hue angle of 285.93º degrees, saturation: 0.77, 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 #9418BA is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 24 186 -
CMYK 0.20 0.87 0 0.27
HSL 285.93º 0.77% 0.41% -
HSV(B) 285.93º 0.87% 0.73% -
XYZ 21.4 10.49 47.35 -
YUV 79.54 188.08 176.83 -
System Red Green Blue C M Y K H S L
Decimal 148 24 186 0.20 0.87 0 0.27 285.93 0.77 0.41
Hex 94 18 BA 14 57 0 1B 11E 4D 29
Octal 224 30 272 24 127 0 33 436 115 51
Binary 10010100 11000 10111010 10100 1010111 0 11011 100011110 1001101 101001

Color Harmonies of #9418BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9418BA

Black with #9418BA

Text Example


Text Example

White with #9418BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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