Html Css Color HEX #9A25CD Dark Orchid

📋 copy color: '#9A25CD'

red 154 ◦ green 37 ◦ blue 205

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

Shades of Dark Orchid #9A25CD

Tints of Dark Orchid #9A25CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 38.89%
G = 9.34%
B = 51.77%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A25CD (or 0x9A25CD) is known color: Dark Orchid. HEX triplet: 9A, 25 and CD. RGB value is (154,37,205). Sum of RGB (Red+Green+Blue) = 154+37+205=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A25CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A25CD is #65DA32. Grayscale: #5A5A5A. Windows color (decimal): -6674995 or 13444506. OLE color: 13444506.

HSL color Cylindrical-coordinate representation of color #9A25CD: hue angle of 281.79º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A25CD is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 37 205 -
CMYK 0.25 0.82 0 0.20
HSL 281.79º 0.69% 0.47% -
HSV(B) 281.79º 0.82% 0.8% -
XYZ 25.01 12.6 58.87 -
YUV 91.14 192.26 172.84 -
System Red Green Blue C M Y K H S L
Decimal 154 37 205 0.25 0.82 0 0.20 281.79 0.69 0.47
Hex 9A 25 CD 19 52 0 14 11A 45 2F
Octal 232 45 315 31 122 0 24 432 105 57
Binary 10011010 100101 11001101 11001 1010010 0 10100 100011010 1000101 101111

Color Harmonies of #9A25CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A25CD

Black with #9A25CD

Text Example


Text Example

White with #9A25CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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