Html Css Color HEX #9A34AC Dark Orchid

📋 copy color: '#9A34AC'

red 154 ◦ green 52 ◦ blue 172

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

Shades of Dark Orchid #9A34AC

Tints of Dark Orchid #9A34AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.76%

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

R = 40.74%
G = 13.76%
B = 45.5%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A34AC (or 0x9A34AC) is known color: Dark Orchid. HEX triplet: 9A, 34 and AC. RGB value is (154,52,172). Sum of RGB (Red+Green+Blue) = 154+52+172=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A34AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A34AC is #65CB53. Grayscale: #5F5F5F. Windows color (decimal): -6671188 or 11285658. OLE color: 11285658.

HSL color Cylindrical-coordinate representation of color #9A34AC: hue angle of 291º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A34AC is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 52 172 -
CMYK 0.10 0.70 0 0.33
HSL 291º 0.54% 0.44% -
HSV(B) 291º 0.7% 0.67% -
XYZ 22 12.3 40.25 -
YUV 96.18 170.79 169.24 -
System Red Green Blue C M Y K H S L
Decimal 154 52 172 0.10 0.70 0 0.33 291 0.54 0.44
Hex 9A 34 AC A 46 0 21 123 36 2C
Octal 232 64 254 12 106 0 41 443 66 54
Binary 10011010 110100 10101100 1010 1000110 0 100001 100100011 110110 101100

Color Harmonies of #9A34AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A34AC

Black with #9A34AC

Text Example


Text Example

White with #9A34AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,52,172); }

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

background-color css

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

 a { background-color: rgb(154,52,172); }

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

border-color css

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

 span { border-color: rgb(154,52,172); }

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