Html Css Color HEX #9530BD Dark Orchid

📋 copy color: '#9530BD'

red 149 ◦ green 48 ◦ blue 189

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

Shades of Dark Orchid #9530BD

Tints of Dark Orchid #9530BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.96%

R = 38.6%
G = 12.44%
B = 48.96%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9530BD (or 0x9530BD) is known color: Dark Orchid. HEX triplet: 95, 30 and BD. RGB value is (149,48,189). Sum of RGB (Red+Green+Blue) = 149+48+189=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #9530BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9530BD is #6ACF42. Grayscale: #5D5D5D. Windows color (decimal): -6999875 or 12398741. OLE color: 12398741.

HSL color Cylindrical-coordinate representation of color #9530BD: hue angle of 282.98º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9530BD is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 48 189 -
CMYK 0.21 0.75 0 0.26
HSL 282.98º 0.59% 0.46% -
HSV(B) 282.98º 0.75% 0.74% -
XYZ 22.64 12.18 49.3 -
YUV 94.27 181.46 167.04 -
System Red Green Blue C M Y K H S L
Decimal 149 48 189 0.21 0.75 0 0.26 282.98 0.59 0.46
Hex 95 30 BD 15 4B 0 1A 11B 3B 2E
Octal 225 60 275 25 113 0 32 433 73 56
Binary 10010101 110000 10111101 10101 1001011 0 11010 100011011 111011 101110

Color Harmonies of #9530BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9530BD

Black with #9530BD

Text Example


Text Example

White with #9530BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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