Html Css Color HEX #9D25AE Dark Orchid

📋 copy color: '#9D25AE'

red 157 ◦ green 37 ◦ blue 174

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

Shades of Dark Orchid #9D25AE

Tints of Dark Orchid #9D25AE

RGB

 RED value IS 157 (61.72% from 255) = 42.66%

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

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

R = 42.66%
G = 10.05%
B = 47.28%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9D25AE (or 0x9D25AE) is known color: Dark Orchid. HEX triplet: 9D, 25 and AE. RGB value is (157,37,174). Sum of RGB (Red+Green+Blue) = 157+37+174=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D25AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D25AE is #62DA51. Grayscale: #585858. Windows color (decimal): -6478418 or 11412893. OLE color: 11412893.

HSL color Cylindrical-coordinate representation of color #9D25AE: hue angle of 292.55º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D25AE is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 157 37 174 -
CMYK 0.10 0.79 0 0.32
HSL 292.55º 0.65% 0.41% -
HSV(B) 292.55º 0.79% 0.68% -
XYZ 22.21 11.55 41.1 -
YUV 88.5 176.26 176.86 -
System Red Green Blue C M Y K H S L
Decimal 157 37 174 0.10 0.79 0 0.32 292.55 0.65 0.41
Hex 9D 25 AE A 4F 0 20 125 41 29
Octal 235 45 256 12 117 0 40 445 101 51
Binary 10011101 100101 10101110 1010 1001111 0 100000 100100101 1000001 101001

Color Harmonies of #9D25AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D25AE

Black with #9D25AE

Text Example


Text Example

White with #9D25AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,37,174); }

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

background-color css

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

 a { background-color: rgb(157,37,174); }

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

border-color css

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

 span { border-color: rgb(157,37,174); }

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