Html Css Color HEX #9A29BE Dark Orchid

📋 copy color: '#9A29BE'

red 154 ◦ green 41 ◦ blue 190

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

Shades of Dark Orchid #9A29BE

Tints of Dark Orchid #9A29BE

RGB

 RED value IS 154 (60.55% from 255) = 40%

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

 BLUE value IS 190 (74.61% from 255) = 49.35%

R = 40%
G = 10.65%
B = 49.35%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A29BE (or 0x9A29BE) is known color: Dark Orchid. HEX triplet: 9A, 29 and BE. RGB value is (154,41,190). Sum of RGB (Red+Green+Blue) = 154+41+190=385 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A29BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A29BE is #65D641. Grayscale: #5B5B5B. Windows color (decimal): -6673986 or 12462490. OLE color: 12462490.

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

Color convert

RGB 154 41 190 -
CMYK 0.19 0.78 0 0.25
HSL 285.5º 0.65% 0.45% -
HSV(B) 285.5º 0.78% 0.75% -
XYZ 23.41 12.17 49.83 -
YUV 91.77 183.44 172.38 -
System Red Green Blue C M Y K H S L
Decimal 154 41 190 0.19 0.78 0 0.25 285.5 0.65 0.45
Hex 9A 29 BE 13 4E 0 19 11E 41 2D
Octal 232 51 276 23 116 0 31 436 101 55
Binary 10011010 101001 10111110 10011 1001110 0 11001 100011110 1000001 101101

Color Harmonies of #9A29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A29BE

Black with #9A29BE

Text Example


Text Example

White with #9A29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A29BE; }

 p { color: rgb(154,41,190); }

 H1.HeaderClassName
 {
   color: #9A29BE;
 }
 .AnyTagClassName
 {
   color: #9A29BE;
 }
</style>

background-color css

<style>
 a { background-color: #9A29BE; }

 a { background-color: rgb(154,41,190); }

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

border-color css

<style>
 span { border-color: #9A29BE; }

 span { border-color: rgb(154,41,190); }

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