Html Css Color HEX #9524D7 Dark Orchid

📋 copy color: '#9524D7'

red 149 ◦ green 36 ◦ blue 215

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

Shades of Dark Orchid #9524D7

Tints of Dark Orchid #9524D7

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9%

 BLUE value IS 215 (84.38% from 255) = 53.75%

R = 37.25%
G = 9%
B = 53.75%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9524D7 (or 0x9524D7) is known color: Dark Orchid. HEX triplet: 95, 24 and D7. RGB value is (149,36,215). Sum of RGB (Red+Green+Blue) = 149+36+215=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 215 (84.38% from 255 or 53.75% from 400); Max value from RGB is 215 - color contains mainly: blue. Hex color #9524D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9524D7 is #6ADB28. Grayscale: #595959. Windows color (decimal): -7002921 or 14099605. OLE color: 14099605.

HSL color Cylindrical-coordinate representation of color #9524D7: hue angle of 277.88º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9524D7 is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 36 215 -
CMYK 0.31 0.83 0 0.16
HSL 277.88º 0.71% 0.49% -
HSV(B) 277.88º 0.83% 0.84% -
XYZ 25.29 12.56 65.38 -
YUV 90.19 198.44 169.95 -
System Red Green Blue C M Y K H S L
Decimal 149 36 215 0.31 0.83 0 0.16 277.88 0.71 0.49
Hex 95 24 D7 1F 53 0 10 116 47 31
Octal 225 44 327 37 123 0 20 426 107 61
Binary 10010101 100100 11010111 11111 1010011 0 10000 100010110 1000111 110001

Color Harmonies of #9524D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9524D7

Black with #9524D7

Text Example


Text Example

White with #9524D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9524D7; }

 p { color: rgb(149,36,215); }

 H1.HeaderClassName
 {
   color: #9524D7;
 }
 .AnyTagClassName
 {
   color: #9524D7;
 }
</style>

background-color css

<style>
 a { background-color: #9524D7; }

 a { background-color: rgb(149,36,215); }

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

border-color css

<style>
 span { border-color: #9524D7; }

 span { border-color: rgb(149,36,215); }

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