Html Css Color HEX #9525BA Dark Orchid

📋 copy color: '#9525BA'

red 149 ◦ green 37 ◦ blue 186

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

Shades of Dark Orchid #9525BA

Tints of Dark Orchid #9525BA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.95%

 BLUE value IS 186 (73.05% from 255) = 50%

R = 40.05%
G = 9.95%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9525BA (or 0x9525BA) is known color: Dark Orchid. HEX triplet: 95, 25 and BA. RGB value is (149,37,186). Sum of RGB (Red+Green+Blue) = 149+37+186=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #9525BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9525BA is #6ADA45. Grayscale: #565656. Windows color (decimal): -7002694 or 12199317. OLE color: 12199317.

HSL color Cylindrical-coordinate representation of color #9525BA: hue angle of 285.1º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9525BA is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 37 186 -
CMYK 0.20 0.80 0 0.27
HSL 285.1º 0.67% 0.44% -
HSV(B) 285.1º 0.8% 0.73% -
XYZ 21.92 11.26 47.47 -
YUV 87.47 183.61 171.88 -
System Red Green Blue C M Y K H S L
Decimal 149 37 186 0.20 0.80 0 0.27 285.1 0.67 0.44
Hex 95 25 BA 14 50 0 1B 11D 43 2C
Octal 225 45 272 24 120 0 33 435 103 54
Binary 10010101 100101 10111010 10100 1010000 0 11011 100011101 1000011 101100

Color Harmonies of #9525BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9525BA

Black with #9525BA

Text Example


Text Example

White with #9525BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9525BA; }

 p { color: rgb(149,37,186); }

 H1.HeaderClassName
 {
   color: #9525BA;
 }
 .AnyTagClassName
 {
   color: #9525BA;
 }
</style>

background-color css

<style>
 a { background-color: #9525BA; }

 a { background-color: rgb(149,37,186); }

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

border-color css

<style>
 span { border-color: #9525BA; }

 span { border-color: rgb(149,37,186); }

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