Html Css Color HEX #9534AF Dark Orchid

📋 copy color: '#9534AF'

red 149 ◦ green 52 ◦ blue 175

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

Shades of Dark Orchid #9534AF

Tints of Dark Orchid #9534AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.54%

R = 39.63%
G = 13.83%
B = 46.54%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9534AF (or 0x9534AF) is known color: Dark Orchid. HEX triplet: 95, 34 and AF. RGB value is (149,52,175). Sum of RGB (Red+Green+Blue) = 149+52+175=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #9534AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9534AF is #6ACB50. Grayscale: #5E5E5E. Windows color (decimal): -6998865 or 11482261. OLE color: 11482261.

HSL color Cylindrical-coordinate representation of color #9534AF: hue angle of 287.32º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9534AF is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 52 175 -
CMYK 0.15 0.70 0 0.31
HSL 287.32º 0.54% 0.45% -
HSV(B) 287.32º 0.7% 0.69% -
XYZ 21.36 11.94 41.74 -
YUV 95.03 173.14 166.5 -
System Red Green Blue C M Y K H S L
Decimal 149 52 175 0.15 0.70 0 0.31 287.32 0.54 0.45
Hex 95 34 AF F 46 0 1F 11F 36 2D
Octal 225 64 257 17 106 0 37 437 66 55
Binary 10010101 110100 10101111 1111 1000110 0 11111 100011111 110110 101101

Color Harmonies of #9534AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9534AF

Black with #9534AF

Text Example


Text Example

White with #9534AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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