Html Css Color HEX #9521C6 Dark Orchid

📋 copy color: '#9521C6'

red 149 ◦ green 33 ◦ blue 198

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

Shades of Dark Orchid #9521C6

Tints of Dark Orchid #9521C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 52.11%

R = 39.21%
G = 8.68%
B = 52.11%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9521C6 (or 0x9521C6) is known color: Dark Orchid. HEX triplet: 95, 21 and C6. RGB value is (149,33,198). Sum of RGB (Red+Green+Blue) = 149+33+198=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 198 (77.73% from 255 or 52.11% from 380); Max value from RGB is 198 - color contains mainly: blue. Hex color #9521C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9521C6 is #6ADE39. Grayscale: #555555. Windows color (decimal): -7003706 or 12984725. OLE color: 12984725.

HSL color Cylindrical-coordinate representation of color #9521C6: hue angle of 282.18º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9521C6 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 33 198 -
CMYK 0.25 0.83 0 0.22
HSL 282.18º 0.71% 0.45% -
HSV(B) 282.18º 0.83% 0.78% -
XYZ 23.13 11.55 54.44 -
YUV 86.49 190.93 172.58 -
System Red Green Blue C M Y K H S L
Decimal 149 33 198 0.25 0.83 0 0.22 282.18 0.71 0.45
Hex 95 21 C6 19 53 0 16 11A 47 2D
Octal 225 41 306 31 123 0 26 432 107 55
Binary 10010101 100001 11000110 11001 1010011 0 10110 100011010 1000111 101101

Color Harmonies of #9521C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9521C6

Black with #9521C6

Text Example


Text Example

White with #9521C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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