Html Css Color HEX #9529B4 Dark Orchid

📋 copy color: '#9529B4'

red 149 ◦ green 41 ◦ blue 180

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

Shades of Dark Orchid #9529B4

Tints of Dark Orchid #9529B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48.65%

R = 40.27%
G = 11.08%
B = 48.65%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9529B4 (or 0x9529B4) is known color: Dark Orchid. HEX triplet: 95, 29 and B4. RGB value is (149,41,180). Sum of RGB (Red+Green+Blue) = 149+41+180=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #9529B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9529B4 is #6AD64B. Grayscale: #585858. Windows color (decimal): -7001676 or 11807125. OLE color: 11807125.

HSL color Cylindrical-coordinate representation of color #9529B4: hue angle of 286.62º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9529B4 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 41 180 -
CMYK 0.17 0.77 0 0.29
HSL 286.62º 0.63% 0.43% -
HSV(B) 286.62º 0.77% 0.71% -
XYZ 21.43 11.27 44.23 -
YUV 89.14 179.28 170.7 -
System Red Green Blue C M Y K H S L
Decimal 149 41 180 0.17 0.77 0 0.29 286.62 0.63 0.43
Hex 95 29 B4 11 4D 0 1D 11F 3F 2B
Octal 225 51 264 21 115 0 35 437 77 53
Binary 10010101 101001 10110100 10001 1001101 0 11101 100011111 111111 101011

Color Harmonies of #9529B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9529B4

Black with #9529B4

Text Example


Text Example

White with #9529B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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