Html Css Color HEX #9520B3 Dark Orchid

📋 copy color: '#9520B3'

red 149 ◦ green 32 ◦ blue 179

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

Shades of Dark Orchid #9520B3

Tints of Dark Orchid #9520B3

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.89%

 BLUE value IS 179 (70.31% from 255) = 49.72%

R = 41.39%
G = 8.89%
B = 49.72%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9520B3 (or 0x9520B3) is known color: Dark Orchid. HEX triplet: 95, 20 and B3. RGB value is (149,32,179). Sum of RGB (Red+Green+Blue) = 149+32+179=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 179 (70.31% from 255 or 49.72% from 360); Max value from RGB is 179 - color contains mainly: blue. Hex color #9520B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9520B3 is #6ADF4C. Grayscale: #535353. Windows color (decimal): -7003981 or 11739285. OLE color: 11739285.

HSL color Cylindrical-coordinate representation of color #9520B3: hue angle of 287.76º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9520B3 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 32 179 -
CMYK 0.17 0.82 0 0.30
HSL 287.76º 0.7% 0.41% -
HSV(B) 287.76º 0.82% 0.7% -
XYZ 21.05 10.68 43.6 -
YUV 83.74 181.76 174.55 -
System Red Green Blue C M Y K H S L
Decimal 149 32 179 0.17 0.82 0 0.30 287.76 0.7 0.41
Hex 95 20 B3 11 52 0 1E 120 46 29
Octal 225 40 263 21 122 0 36 440 106 51
Binary 10010101 100000 10110011 10001 1010010 0 11110 100100000 1000110 101001

Color Harmonies of #9520B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9520B3

Black with #9520B3

Text Example


Text Example

White with #9520B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9520B3; }

 p { color: rgb(149,32,179); }

 H1.HeaderClassName
 {
   color: #9520B3;
 }
 .AnyTagClassName
 {
   color: #9520B3;
 }
</style>

background-color css

<style>
 a { background-color: #9520B3; }

 a { background-color: rgb(149,32,179); }

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

border-color css

<style>
 span { border-color: #9520B3; }

 span { border-color: rgb(149,32,179); }

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