Html Css Color HEX #9529CE Dark Orchid

📋 copy color: '#9529CE'

red 149 ◦ green 41 ◦ blue 206

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

Shades of Dark Orchid #9529CE

Tints of Dark Orchid #9529CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 37.63%
G = 10.35%
B = 52.02%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9529CE (or 0x9529CE) is known color: Dark Orchid. HEX triplet: 95, 29 and CE. RGB value is (149,41,206). Sum of RGB (Red+Green+Blue) = 149+41+206=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #9529CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9529CE is #6AD631. Grayscale: #5B5B5B. Windows color (decimal): -7001650 or 13511061. OLE color: 13511061.

HSL color Cylindrical-coordinate representation of color #9529CE: hue angle of 279.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9529CE is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 41 206 -
CMYK 0.28 0.80 0 0.19
HSL 279.27º 0.67% 0.48% -
HSV(B) 279.27º 0.8% 0.81% -
XYZ 24.33 12.43 59.51 -
YUV 92.1 192.28 168.58 -
System Red Green Blue C M Y K H S L
Decimal 149 41 206 0.28 0.80 0 0.19 279.27 0.67 0.48
Hex 95 29 CE 1C 50 0 13 117 43 30
Octal 225 51 316 34 120 0 23 427 103 60
Binary 10010101 101001 11001110 11100 1010000 0 10011 100010111 1000011 110000

Color Harmonies of #9529CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9529CE

Black with #9529CE

Text Example


Text Example

White with #9529CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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