Html Css Color HEX #9A25AA Dark Orchid

📋 copy color: '#9A25AA'

red 154 ◦ green 37 ◦ blue 170

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

Shades of Dark Orchid #9A25AA

Tints of Dark Orchid #9A25AA

RGB

 RED value IS 154 (60.55% from 255) = 42.66%

 GREEN value IS 37 (14.84% from 255) = 10.25%

 BLUE value IS 170 (66.8% from 255) = 47.09%

R = 42.66%
G = 10.25%
B = 47.09%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A25AA (or 0x9A25AA) is known color: Dark Orchid. HEX triplet: 9A, 25 and AA. RGB value is (154,37,170). Sum of RGB (Red+Green+Blue) = 154+37+170=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A25AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A25AA is #65DA55. Grayscale: #565656. Windows color (decimal): -6675030 or 11150746. OLE color: 11150746.

HSL color Cylindrical-coordinate representation of color #9A25AA: hue angle of 292.78º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A25AA is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 37 170 -
CMYK 0.09 0.78 0 0.33
HSL 292.78º 0.64% 0.41% -
HSV(B) 292.78º 0.78% 0.67% -
XYZ 21.24 11.1 39.05 -
YUV 87.15 174.76 175.69 -
System Red Green Blue C M Y K H S L
Decimal 154 37 170 0.09 0.78 0 0.33 292.78 0.64 0.41
Hex 9A 25 AA 9 4E 0 21 125 40 29
Octal 232 45 252 11 116 0 41 445 100 51
Binary 10011010 100101 10101010 1001 1001110 0 100001 100100101 1000000 101001

Color Harmonies of #9A25AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A25AA

Black with #9A25AA

Text Example


Text Example

White with #9A25AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A25AA; }

 p { color: rgb(154,37,170); }

 H1.HeaderClassName
 {
   color: #9A25AA;
 }
 .AnyTagClassName
 {
   color: #9A25AA;
 }
</style>

background-color css

<style>
 a { background-color: #9A25AA; }

 a { background-color: rgb(154,37,170); }

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

border-color css

<style>
 span { border-color: #9A25AA; }

 span { border-color: rgb(154,37,170); }

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