Html Css Color HEX #9A38AC Dark Orchid

📋 copy color: '#9A38AC'

red 154 ◦ green 56 ◦ blue 172

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

Shades of Dark Orchid #9A38AC

Tints of Dark Orchid #9A38AC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.66%

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

R = 40.31%
G = 14.66%
B = 45.03%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A38AC (or 0x9A38AC) is known color: Dark Orchid. HEX triplet: 9A, 38 and AC. RGB value is (154,56,172). Sum of RGB (Red+Green+Blue) = 154+56+172=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A38AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A38AC is #65C753. Grayscale: #626262. Windows color (decimal): -6670164 or 11286682. OLE color: 11286682.

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

Color convert

RGB 154 56 172 -
CMYK 0.10 0.67 0 0.33
HSL 290.69º 0.51% 0.45% -
HSV(B) 290.69º 0.67% 0.67% -
XYZ 22.19 12.68 40.31 -
YUV 98.53 169.47 167.57 -
System Red Green Blue C M Y K H S L
Decimal 154 56 172 0.10 0.67 0 0.33 290.69 0.51 0.45
Hex 9A 38 AC A 43 0 21 123 33 2D
Octal 232 70 254 12 103 0 41 443 63 55
Binary 10011010 111000 10101100 1010 1000011 0 100001 100100011 110011 101101

Color Harmonies of #9A38AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A38AC

Black with #9A38AC

Text Example


Text Example

White with #9A38AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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