Html Css Color HEX #9417AE Dark Orchid

📋 copy color: '#9417AE'

red 148 ◦ green 23 ◦ blue 174

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

Shades of Dark Orchid #9417AE

Tints of Dark Orchid #9417AE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.67%

 BLUE value IS 174 (68.36% from 255) = 50.43%

R = 42.9%
G = 6.67%
B = 50.43%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9417AE (or 0x9417AE) is known color: Dark Orchid. HEX triplet: 94, 17 and AE. RGB value is (148,23,174). Sum of RGB (Red+Green+Blue) = 148+23+174=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #9417AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9417AE is #6BE851. Grayscale: #4D4D4D. Windows color (decimal): -7071826 or 11409300. OLE color: 11409300.

HSL color Cylindrical-coordinate representation of color #9417AE: hue angle of 289.67º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9417AE is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 23 174 -
CMYK 0.15 0.87 0 0.32
HSL 289.67º 0.77% 0.39% -
HSV(B) 289.67º 0.87% 0.68% -
XYZ 20.16 9.96 40.91 -
YUV 77.59 182.41 178.22 -
System Red Green Blue C M Y K H S L
Decimal 148 23 174 0.15 0.87 0 0.32 289.67 0.77 0.39
Hex 94 17 AE F 57 0 20 122 4D 27
Octal 224 27 256 17 127 0 40 442 115 47
Binary 10010100 10111 10101110 1111 1010111 0 100000 100100010 1001101 100111

Color Harmonies of #9417AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9417AE

Black with #9417AE

Text Example


Text Example

White with #9417AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9417AE; }

 p { color: rgb(148,23,174); }

 H1.HeaderClassName
 {
   color: #9417AE;
 }
 .AnyTagClassName
 {
   color: #9417AE;
 }
</style>

background-color css

<style>
 a { background-color: #9417AE; }

 a { background-color: rgb(148,23,174); }

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

border-color css

<style>
 span { border-color: #9417AE; }

 span { border-color: rgb(148,23,174); }

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