Html Css Color HEX #9239AE Dark Orchid

📋 copy color: '#9239AE'

red 146 ◦ green 57 ◦ blue 174

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

Shades of Dark Orchid #9239AE

Tints of Dark Orchid #9239AE

RGB

 RED value IS 146 (57.42% from 255) = 38.73%

 GREEN value IS 57 (22.66% from 255) = 15.12%

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

R = 38.73%
G = 15.12%
B = 46.15%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9239AE (or 0x9239AE) is known color: Dark Orchid. HEX triplet: 92, 39 and AE. RGB value is (146,57,174). Sum of RGB (Red+Green+Blue) = 146+57+174=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #9239AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9239AE is #6DC651. Grayscale: #606060. Windows color (decimal): -7194194 or 11418002. OLE color: 11418002.

HSL color Cylindrical-coordinate representation of color #9239AE: hue angle of 285.64º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9239AE is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 57 174 -
CMYK 0.16 0.67 0 0.32
HSL 285.64º 0.51% 0.45% -
HSV(B) 285.64º 0.67% 0.68% -
XYZ 20.96 12.09 41.27 -
YUV 96.95 171.49 162.99 -
System Red Green Blue C M Y K H S L
Decimal 146 57 174 0.16 0.67 0 0.32 285.64 0.51 0.45
Hex 92 39 AE 10 43 0 20 11E 33 2D
Octal 222 71 256 20 103 0 40 436 63 55
Binary 10010010 111001 10101110 10000 1000011 0 100000 100011110 110011 101101

Color Harmonies of #9239AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9239AE

Black with #9239AE

Text Example


Text Example

White with #9239AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,57,174); }

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

background-color css

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

 a { background-color: rgb(146,57,174); }

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

border-color css

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

 span { border-color: rgb(146,57,174); }

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