Html Css Color HEX #9534AE Dark Orchid

📋 copy color: '#9534AE'

red 149 ◦ green 52 ◦ blue 174

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

Shades of Dark Orchid #9534AE

Tints of Dark Orchid #9534AE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.87%

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

R = 39.73%
G = 13.87%
B = 46.4%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9534AE (or 0x9534AE) is known color: Dark Orchid. HEX triplet: 95, 34 and AE. RGB value is (149,52,174). Sum of RGB (Red+Green+Blue) = 149+52+174=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #9534AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9534AE is #6ACB51. Grayscale: #5E5E5E. Windows color (decimal): -6998866 or 11416725. OLE color: 11416725.

HSL color Cylindrical-coordinate representation of color #9534AE: hue angle of 287.7º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9534AE is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 52 174 -
CMYK 0.14 0.70 0 0.32
HSL 287.7º 0.54% 0.44% -
HSV(B) 287.7º 0.7% 0.68% -
XYZ 21.26 11.9 41.22 -
YUV 94.91 172.64 166.58 -
System Red Green Blue C M Y K H S L
Decimal 149 52 174 0.14 0.70 0 0.32 287.7 0.54 0.44
Hex 95 34 AE E 46 0 20 120 36 2C
Octal 225 64 256 16 106 0 40 440 66 54
Binary 10010101 110100 10101110 1110 1000110 0 100000 100100000 110110 101100

Color Harmonies of #9534AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9534AE

Black with #9534AE

Text Example


Text Example

White with #9534AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9534AE; }

 p { color: rgb(149,52,174); }

 H1.HeaderClassName
 {
   color: #9534AE;
 }
 .AnyTagClassName
 {
   color: #9534AE;
 }
</style>

background-color css

<style>
 a { background-color: #9534AE; }

 a { background-color: rgb(149,52,174); }

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

border-color css

<style>
 span { border-color: #9534AE; }

 span { border-color: rgb(149,52,174); }

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