Html Css Color HEX #9525CD Dark Orchid

📋 copy color: '#9525CD'

red 149 ◦ green 37 ◦ blue 205

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

Shades of Dark Orchid #9525CD

Tints of Dark Orchid #9525CD

RGB

 RED value IS 149 (58.59% from 255) = 38.11%

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

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

R = 38.11%
G = 9.46%
B = 52.43%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9525CD (or 0x9525CD) is known color: Dark Orchid. HEX triplet: 95, 25 and CD. RGB value is (149,37,205). Sum of RGB (Red+Green+Blue) = 149+37+205=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #9525CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9525CD is #6ADA32. Grayscale: #595959. Windows color (decimal): -7002675 or 13444501. OLE color: 13444501.

HSL color Cylindrical-coordinate representation of color #9525CD: hue angle of 280º 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 #9525CD is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 37 205 -
CMYK 0.27 0.82 0 0.20
HSL 280º 0.69% 0.47% -
HSV(B) 280º 0.82% 0.8% -
XYZ 24.08 12.12 58.83 -
YUV 89.64 193.11 170.34 -
System Red Green Blue C M Y K H S L
Decimal 149 37 205 0.27 0.82 0 0.20 280 0.69 0.47
Hex 95 25 CD 1B 52 0 14 118 45 2F
Octal 225 45 315 33 122 0 24 430 105 57
Binary 10010101 100101 11001101 11011 1010010 0 10100 100011000 1000101 101111

Color Harmonies of #9525CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9525CD

Black with #9525CD

Text Example


Text Example

White with #9525CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9525CD; }

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

 H1.HeaderClassName
 {
   color: #9525CD;
 }
 .AnyTagClassName
 {
   color: #9525CD;
 }
</style>

background-color css

<style>
 a { background-color: #9525CD; }

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

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

border-color css

<style>
 span { border-color: #9525CD; }

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

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