Html Css Color HEX #9529BF Dark Orchid

📋 copy color: '#9529BF'

red 149 ◦ green 41 ◦ blue 191

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

Shades of Dark Orchid #9529BF

Tints of Dark Orchid #9529BF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.76%

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

R = 39.11%
G = 10.76%
B = 50.13%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9529BF (or 0x9529BF) is known color: Dark Orchid. HEX triplet: 95, 29 and BF. RGB value is (149,41,191). Sum of RGB (Red+Green+Blue) = 149+41+191=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #9529BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9529BF is #6AD640. Grayscale: #595959. Windows color (decimal): -7001665 or 12528021. OLE color: 12528021.

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

Color convert

RGB 149 41 191 -
CMYK 0.22 0.79 0 0.25
HSL 283.2º 0.65% 0.45% -
HSV(B) 283.2º 0.79% 0.75% -
XYZ 22.59 11.74 50.36 -
YUV 90.39 184.78 169.8 -
System Red Green Blue C M Y K H S L
Decimal 149 41 191 0.22 0.79 0 0.25 283.2 0.65 0.45
Hex 95 29 BF 16 4F 0 19 11B 41 2D
Octal 225 51 277 26 117 0 31 433 101 55
Binary 10010101 101001 10111111 10110 1001111 0 11001 100011011 1000001 101101

Color Harmonies of #9529BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9529BF

Black with #9529BF

Text Example


Text Example

White with #9529BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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