Html Css Color HEX #9428AE Dark Orchid

📋 copy color: '#9428AE'

red 148 ◦ green 40 ◦ blue 174

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

Shades of Dark Orchid #9428AE

Tints of Dark Orchid #9428AE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.05%

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

R = 40.88%
G = 11.05%
B = 48.07%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9428AE (or 0x9428AE) is known color: Dark Orchid. HEX triplet: 94, 28 and AE. RGB value is (148,40,174). Sum of RGB (Red+Green+Blue) = 148+40+174=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #9428AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9428AE is #6BD751. Grayscale: #575757. Windows color (decimal): -7067474 or 11413652. OLE color: 11413652.

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

Color convert

RGB 148 40 174 -
CMYK 0.15 0.77 0 0.32
HSL 288.36º 0.63% 0.42% -
HSV(B) 288.36º 0.77% 0.68% -
XYZ 20.61 10.87 41.06 -
YUV 87.57 176.78 171.1 -
System Red Green Blue C M Y K H S L
Decimal 148 40 174 0.15 0.77 0 0.32 288.36 0.63 0.42
Hex 94 28 AE F 4D 0 20 120 3F 2A
Octal 224 50 256 17 115 0 40 440 77 52
Binary 10010100 101000 10101110 1111 1001101 0 100000 100100000 111111 101010

Color Harmonies of #9428AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9428AE

Black with #9428AE

Text Example


Text Example

White with #9428AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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