Html Css Color HEX #9531BF Dark Orchid

📋 copy color: '#9531BF'

red 149 ◦ green 49 ◦ blue 191

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

Shades of Dark Orchid #9531BF

Tints of Dark Orchid #9531BF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.6%

 BLUE value IS 191 (75% from 255) = 49.1%

R = 38.3%
G = 12.6%
B = 49.1%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9531BF (or 0x9531BF) is known color: Dark Orchid. HEX triplet: 95, 31 and BF. RGB value is (149,49,191). Sum of RGB (Red+Green+Blue) = 149+49+191=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #9531BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9531BF is #6ACE40. Grayscale: #5E5E5E. Windows color (decimal): -6999617 or 12530069. OLE color: 12530069.

HSL color Cylindrical-coordinate representation of color #9531BF: hue angle of 282.25º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9531BF is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 49 191 -
CMYK 0.22 0.74 0 0.25
HSL 282.25º 0.59% 0.47% -
HSV(B) 282.25º 0.74% 0.75% -
XYZ 22.9 12.35 50.47 -
YUV 95.09 182.13 166.45 -
System Red Green Blue C M Y K H S L
Decimal 149 49 191 0.22 0.74 0 0.25 282.25 0.59 0.47
Hex 95 31 BF 16 4A 0 19 11A 3B 2F
Octal 225 61 277 26 112 0 31 432 73 57
Binary 10010101 110001 10111111 10110 1001010 0 11001 100011010 111011 101111

Color Harmonies of #9531BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9531BF

Black with #9531BF

Text Example


Text Example

White with #9531BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9531BF; }

 p { color: rgb(149,49,191); }

 H1.HeaderClassName
 {
   color: #9531BF;
 }
 .AnyTagClassName
 {
   color: #9531BF;
 }
</style>

background-color css

<style>
 a { background-color: #9531BF; }

 a { background-color: rgb(149,49,191); }

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

border-color css

<style>
 span { border-color: #9531BF; }

 span { border-color: rgb(149,49,191); }

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