Html Css Color HEX #9534CD Dark Orchid

📋 copy color: '#9534CD'

red 149 ◦ green 52 ◦ blue 205

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

Shades of Dark Orchid #9534CD

Tints of Dark Orchid #9534CD

RGB

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

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

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

R = 36.7%
G = 12.81%
B = 50.49%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9534CD (or 0x9534CD) is known color: Dark Orchid. HEX triplet: 95, 34 and CD. RGB value is (149,52,205). Sum of RGB (Red+Green+Blue) = 149+52+205=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #9534CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9534CD is #6ACB32. Grayscale: #616161. Windows color (decimal): -6998835 or 13448341. OLE color: 13448341.

HSL color Cylindrical-coordinate representation of color #9534CD: hue angle of 278.04º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9534CD is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 52 205 -
CMYK 0.27 0.75 0 0.20
HSL 278.04º 0.6% 0.5% -
HSV(B) 278.04º 0.75% 0.8% -
XYZ 24.64 13.25 59.02 -
YUV 98.45 188.14 164.06 -
System Red Green Blue C M Y K H S L
Decimal 149 52 205 0.27 0.75 0 0.20 278.04 0.6 0.5
Hex 95 34 CD 1B 4B 0 14 116 3C 32
Octal 225 64 315 33 113 0 24 426 74 62
Binary 10010101 110100 11001101 11011 1001011 0 10100 100010110 111100 110010

Color Harmonies of #9534CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9534CD

Black with #9534CD

Text Example


Text Example

White with #9534CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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