Html Css Color HEX #9526BD Dark Orchid

📋 copy color: '#9526BD'

red 149 ◦ green 38 ◦ blue 189

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

Shades of Dark Orchid #9526BD

Tints of Dark Orchid #9526BD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.11%

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

R = 39.63%
G = 10.11%
B = 50.27%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9526BD (or 0x9526BD) is known color: Dark Orchid. HEX triplet: 95, 26 and BD. RGB value is (149,38,189). Sum of RGB (Red+Green+Blue) = 149+38+189=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #9526BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9526BD is #6AD942. Grayscale: #575757. Windows color (decimal): -7002435 or 12396181. OLE color: 12396181.

HSL color Cylindrical-coordinate representation of color #9526BD: hue angle of 284.11º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9526BD is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 38 189 -
CMYK 0.21 0.80 0 0.26
HSL 284.11º 0.67% 0.45% -
HSV(B) 284.11º 0.8% 0.74% -
XYZ 22.27 11.45 49.18 -
YUV 88.4 184.77 171.22 -
System Red Green Blue C M Y K H S L
Decimal 149 38 189 0.21 0.80 0 0.26 284.11 0.67 0.45
Hex 95 26 BD 15 50 0 1A 11C 43 2D
Octal 225 46 275 25 120 0 32 434 103 55
Binary 10010101 100110 10111101 10101 1010000 0 11010 100011100 1000011 101101

Color Harmonies of #9526BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9526BD

Black with #9526BD

Text Example


Text Example

White with #9526BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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