Html Css Color HEX #9418AC Dark Orchid

📋 copy color: '#9418AC'

red 148 ◦ green 24 ◦ blue 172

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

Shades of Dark Orchid #9418AC

Tints of Dark Orchid #9418AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50%

R = 43.02%
G = 6.98%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9418AC (or 0x9418AC) is known color: Dark Orchid. HEX triplet: 94, 18 and AC. RGB value is (148,24,172). Sum of RGB (Red+Green+Blue) = 148+24+172=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #9418AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9418AC is #6BE753. Grayscale: #4D4D4D. Windows color (decimal): -7071572 or 11278484. OLE color: 11278484.

HSL color Cylindrical-coordinate representation of color #9418AC: hue angle of 290.27º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9418AC is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 24 172 -
CMYK 0.14 0.86 0 0.33
HSL 290.27º 0.76% 0.38% -
HSV(B) 290.27º 0.86% 0.67% -
XYZ 19.99 9.93 39.89 -
YUV 77.95 181.08 177.97 -
System Red Green Blue C M Y K H S L
Decimal 148 24 172 0.14 0.86 0 0.33 290.27 0.76 0.38
Hex 94 18 AC E 56 0 21 122 4C 26
Octal 224 30 254 16 126 0 41 442 114 46
Binary 10010100 11000 10101100 1110 1010110 0 100001 100100010 1001100 100110

Color Harmonies of #9418AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9418AC

Black with #9418AC

Text Example


Text Example

White with #9418AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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