Html Css Color HEX #9826AE Dark Orchid

📋 copy color: '#9826AE'

red 152 ◦ green 38 ◦ blue 174

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

Shades of Dark Orchid #9826AE

Tints of Dark Orchid #9826AE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.44%

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

R = 41.76%
G = 10.44%
B = 47.8%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9826AE (or 0x9826AE) is known color: Dark Orchid. HEX triplet: 98, 26 and AE. RGB value is (152,38,174). Sum of RGB (Red+Green+Blue) = 152+38+174=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #9826AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9826AE is #67D951. Grayscale: #575757. Windows color (decimal): -6805842 or 11413144. OLE color: 11413144.

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

Color convert

RGB 152 38 174 -
CMYK 0.13 0.78 0 0.32
HSL 290.29º 0.64% 0.42% -
HSV(B) 290.29º 0.78% 0.68% -
XYZ 21.28 11.12 41.07 -
YUV 87.59 176.77 173.94 -
System Red Green Blue C M Y K H S L
Decimal 152 38 174 0.13 0.78 0 0.32 290.29 0.64 0.42
Hex 98 26 AE D 4E 0 20 122 40 2A
Octal 230 46 256 15 116 0 40 442 100 52
Binary 10011000 100110 10101110 1101 1001110 0 100000 100100010 1000000 101010

Color Harmonies of #9826AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9826AE

Black with #9826AE

Text Example


Text Example

White with #9826AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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