Html Css Color HEX #9530D1 Dark Orchid

📋 copy color: '#9530D1'

red 149 ◦ green 48 ◦ blue 209

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

Shades of Dark Orchid #9530D1

Tints of Dark Orchid #9530D1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.82%

 BLUE value IS 209 (82.03% from 255) = 51.48%

R = 36.7%
G = 11.82%
B = 51.48%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9530D1 (or 0x9530D1) is known color: Dark Orchid. HEX triplet: 95, 30 and D1. RGB value is (149,48,209). Sum of RGB (Red+Green+Blue) = 149+48+209=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 209 (82.03% from 255 or 51.48% from 406); Max value from RGB is 209 - color contains mainly: blue. Hex color #9530D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9530D1 is #6ACF2E. Grayscale: #606060. Windows color (decimal): -6999855 or 13709461. OLE color: 13709461.

HSL color Cylindrical-coordinate representation of color #9530D1: hue angle of 277.64º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9530D1 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 48 209 -
CMYK 0.29 0.77 0 0.18
HSL 277.64º 0.64% 0.5% -
HSV(B) 277.64º 0.77% 0.82% -
XYZ 24.96 13.11 61.54 -
YUV 96.55 191.46 165.41 -
System Red Green Blue C M Y K H S L
Decimal 149 48 209 0.29 0.77 0 0.18 277.64 0.64 0.5
Hex 95 30 D1 1D 4D 0 12 116 40 32
Octal 225 60 321 35 115 0 22 426 100 62
Binary 10010101 110000 11010001 11101 1001101 0 10010 100010110 1000000 110010

Color Harmonies of #9530D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9530D1

Black with #9530D1

Text Example


Text Example

White with #9530D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9530D1; }

 p { color: rgb(149,48,209); }

 H1.HeaderClassName
 {
   color: #9530D1;
 }
 .AnyTagClassName
 {
   color: #9530D1;
 }
</style>

background-color css

<style>
 a { background-color: #9530D1; }

 a { background-color: rgb(149,48,209); }

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

border-color css

<style>
 span { border-color: #9530D1; }

 span { border-color: rgb(149,48,209); }

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