Html Css Color HEX #9530D0 Dark Orchid

📋 copy color: '#9530D0'

red 149 ◦ green 48 ◦ blue 208

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

Shades of Dark Orchid #9530D0

Tints of Dark Orchid #9530D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 51.36%

R = 36.79%
G = 11.85%
B = 51.36%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9530D0 (or 0x9530D0) is known color: Dark Orchid. HEX triplet: 95, 30 and D0. RGB value is (149,48,208). Sum of RGB (Red+Green+Blue) = 149+48+208=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #9530D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9530D0 is #6ACF2F. Grayscale: #5F5F5F. Windows color (decimal): -6999856 or 13643925. OLE color: 13643925.

HSL color Cylindrical-coordinate representation of color #9530D0: hue angle of 277.88º degrees, saturation: 0.63, 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 #9530D0 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 48 208 -
CMYK 0.28 0.77 0 0.18
HSL 277.88º 0.63% 0.5% -
HSV(B) 277.88º 0.77% 0.82% -
XYZ 24.84 13.06 60.89 -
YUV 96.44 190.96 165.49 -
System Red Green Blue C M Y K H S L
Decimal 149 48 208 0.28 0.77 0 0.18 277.88 0.63 0.5
Hex 95 30 D0 1C 4D 0 12 116 3F 32
Octal 225 60 320 34 115 0 22 426 77 62
Binary 10010101 110000 11010000 11100 1001101 0 10010 100010110 111111 110010

Color Harmonies of #9530D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9530D0

Black with #9530D0

Text Example


Text Example

White with #9530D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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