Html Css Color HEX #9429AC Dark Orchid

📋 copy color: '#9429AC'

red 148 ◦ green 41 ◦ blue 172

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

Shades of Dark Orchid #9429AC

Tints of Dark Orchid #9429AC

RGB

 RED value IS 148 (58.2% from 255) = 41%

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

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 41%
G = 11.36%
B = 47.65%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9429AC (or 0x9429AC) is known color: Dark Orchid. HEX triplet: 94, 29 and AC. RGB value is (148,41,172). Sum of RGB (Red+Green+Blue) = 148+41+172=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #9429AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9429AC is #6BD653. Grayscale: #575757. Windows color (decimal): -7067220 or 11282836. OLE color: 11282836.

HSL color Cylindrical-coordinate representation of color #9429AC: hue angle of 289.01º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9429AC is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 41 172 -
CMYK 0.14 0.76 0 0.33
HSL 289.01º 0.62% 0.42% -
HSV(B) 289.01º 0.76% 0.67% -
XYZ 20.45 10.86 40.05 -
YUV 87.93 175.45 170.85 -
System Red Green Blue C M Y K H S L
Decimal 148 41 172 0.14 0.76 0 0.33 289.01 0.62 0.42
Hex 94 29 AC E 4C 0 21 121 3E 2A
Octal 224 51 254 16 114 0 41 441 76 52
Binary 10010100 101001 10101100 1110 1001100 0 100001 100100001 111110 101010

Color Harmonies of #9429AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9429AC

Black with #9429AC

Text Example


Text Example

White with #9429AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9429AC; }

 p { color: rgb(148,41,172); }

 H1.HeaderClassName
 {
   color: #9429AC;
 }
 .AnyTagClassName
 {
   color: #9429AC;
 }
</style>

background-color css

<style>
 a { background-color: #9429AC; }

 a { background-color: rgb(148,41,172); }

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

border-color css

<style>
 span { border-color: #9429AC; }

 span { border-color: rgb(148,41,172); }

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