Html Css Color HEX #9534BA Dark Orchid

📋 copy color: '#9534BA'

red 149 ◦ green 52 ◦ blue 186

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

Shades of Dark Orchid #9534BA

Tints of Dark Orchid #9534BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 38.5%
G = 13.44%
B = 48.06%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9534BA (or 0x9534BA) is known color: Dark Orchid. HEX triplet: 95, 34 and BA. RGB value is (149,52,186). Sum of RGB (Red+Green+Blue) = 149+52+186=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #9534BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9534BA is #6ACB45. Grayscale: #5F5F5F. Windows color (decimal): -6998854 or 12203157. OLE color: 12203157.

HSL color Cylindrical-coordinate representation of color #9534BA: hue angle of 283.43º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9534BA is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 52 186 -
CMYK 0.20 0.72 0 0.27
HSL 283.43º 0.56% 0.47% -
HSV(B) 283.43º 0.72% 0.73% -
XYZ 22.49 12.39 47.66 -
YUV 96.28 178.64 165.6 -
System Red Green Blue C M Y K H S L
Decimal 149 52 186 0.20 0.72 0 0.27 283.43 0.56 0.47
Hex 95 34 BA 14 48 0 1B 11B 38 2F
Octal 225 64 272 24 110 0 33 433 70 57
Binary 10010101 110100 10111010 10100 1001000 0 11011 100011011 111000 101111

Color Harmonies of #9534BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9534BA

Black with #9534BA

Text Example


Text Example

White with #9534BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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