Html Css Color HEX #9823AE Dark Orchid

📋 copy color: '#9823AE'

red 152 ◦ green 35 ◦ blue 174

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

Shades of Dark Orchid #9823AE

Tints of Dark Orchid #9823AE

RGB

 RED value IS 152 (59.77% from 255) = 42.11%

 GREEN value IS 35 (14.06% from 255) = 9.7%

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

R = 42.11%
G = 9.7%
B = 48.2%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9823AE (or 0x9823AE) is known color: Dark Orchid. HEX triplet: 98, 23 and AE. RGB value is (152,35,174). Sum of RGB (Red+Green+Blue) = 152+35+174=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #9823AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9823AE is #67DC51. Grayscale: #555555. Windows color (decimal): -6806610 or 11412376. OLE color: 11412376.

HSL color Cylindrical-coordinate representation of color #9823AE: hue angle of 290.5º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9823AE is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 35 174 -
CMYK 0.13 0.80 0 0.32
HSL 290.5º 0.67% 0.41% -
HSV(B) 290.5º 0.8% 0.68% -
XYZ 21.19 10.93 41.04 -
YUV 85.83 177.76 175.2 -
System Red Green Blue C M Y K H S L
Decimal 152 35 174 0.13 0.80 0 0.32 290.5 0.67 0.41
Hex 98 23 AE D 50 0 20 123 43 29
Octal 230 43 256 15 120 0 40 443 103 51
Binary 10011000 100011 10101110 1101 1010000 0 100000 100100011 1000011 101001

Color Harmonies of #9823AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9823AE

Black with #9823AE

Text Example


Text Example

White with #9823AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,35,174); }

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

background-color css

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

 a { background-color: rgb(152,35,174); }

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

border-color css

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

 span { border-color: rgb(152,35,174); }

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