Html Css Color HEX #9521CD Dark Orchid

📋 copy color: '#9521CD'

red 149 ◦ green 33 ◦ blue 205

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

Shades of Dark Orchid #9521CD

Tints of Dark Orchid #9521CD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.53%

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

R = 38.5%
G = 8.53%
B = 52.97%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9521CD (or 0x9521CD) is known color: Dark Orchid. HEX triplet: 95, 21 and CD. RGB value is (149,33,205). Sum of RGB (Red+Green+Blue) = 149+33+205=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #9521CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9521CD is #6ADE32. Grayscale: #565656. Windows color (decimal): -7003699 or 13443477. OLE color: 13443477.

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

Color convert

RGB 149 33 205 -
CMYK 0.27 0.84 0 0.20
HSL 280.47º 0.72% 0.47% -
HSV(B) 280.47º 0.84% 0.8% -
XYZ 23.96 11.89 58.79 -
YUV 87.29 194.43 172.01 -
System Red Green Blue C M Y K H S L
Decimal 149 33 205 0.27 0.84 0 0.20 280.47 0.72 0.47
Hex 95 21 CD 1B 54 0 14 118 48 2F
Octal 225 41 315 33 124 0 24 430 110 57
Binary 10010101 100001 11001101 11011 1010100 0 10100 100011000 1001000 101111

Color Harmonies of #9521CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9521CD

Black with #9521CD

Text Example


Text Example

White with #9521CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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