Html Css Color HEX #9530B1 Dark Orchid

📋 copy color: '#9530B1'

red 149 ◦ green 48 ◦ blue 177

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

Shades of Dark Orchid #9530B1

Tints of Dark Orchid #9530B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.33%

R = 39.84%
G = 12.83%
B = 47.33%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9530B1 (or 0x9530B1) is known color: Dark Orchid. HEX triplet: 95, 30 and B1. RGB value is (149,48,177). Sum of RGB (Red+Green+Blue) = 149+48+177=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 177 - color contains mainly: blue. Hex color #9530B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9530B1 is #6ACF4E. Grayscale: #5C5C5C. Windows color (decimal): -6999887 or 11612309. OLE color: 11612309.

HSL color Cylindrical-coordinate representation of color #9530B1: hue angle of 286.98º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9530B1 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 48 177 -
CMYK 0.16 0.73 0 0.31
HSL 286.98º 0.57% 0.44% -
HSV(B) 286.98º 0.73% 0.69% -
XYZ 21.39 11.68 42.72 -
YUV 92.91 175.46 168.01 -
System Red Green Blue C M Y K H S L
Decimal 149 48 177 0.16 0.73 0 0.31 286.98 0.57 0.44
Hex 95 30 B1 10 49 0 1F 11F 39 2C
Octal 225 60 261 20 111 0 37 437 71 54
Binary 10010101 110000 10110001 10000 1001001 0 11111 100011111 111001 101100

Color Harmonies of #9530B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9530B1

Black with #9530B1

Text Example


Text Example

White with #9530B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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