Html Css Color HEX #9226AC Dark Orchid

📋 copy color: '#9226AC'

red 146 ◦ green 38 ◦ blue 172

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

Shades of Dark Orchid #9226AC

Tints of Dark Orchid #9226AC

RGB

 RED value IS 146 (57.42% from 255) = 41.01%

 GREEN value IS 38 (15.23% from 255) = 10.67%

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

R = 41.01%
G = 10.67%
B = 48.31%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9226AC (or 0x9226AC) is known color: Dark Orchid. HEX triplet: 92, 26 and AC. RGB value is (146,38,172). Sum of RGB (Red+Green+Blue) = 146+38+172=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #9226AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9226AC is #6DD953. Grayscale: #555555. Windows color (decimal): -7199060 or 11282066. OLE color: 11282066.

HSL color Cylindrical-coordinate representation of color #9226AC: hue angle of 288.36º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9226AC is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 38 172 -
CMYK 0.15 0.78 0 0.33
HSL 288.36º 0.64% 0.41% -
HSV(B) 288.36º 0.78% 0.67% -
XYZ 19.99 10.48 40 -
YUV 85.57 176.78 171.1 -
System Red Green Blue C M Y K H S L
Decimal 146 38 172 0.15 0.78 0 0.33 288.36 0.64 0.41
Hex 92 26 AC F 4E 0 21 120 40 29
Octal 222 46 254 17 116 0 41 440 100 51
Binary 10010010 100110 10101100 1111 1001110 0 100001 100100000 1000000 101001

Color Harmonies of #9226AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9226AC

Black with #9226AC

Text Example


Text Example

White with #9226AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,38,172); }

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

background-color css

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

 a { background-color: rgb(146,38,172); }

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

border-color css

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

 span { border-color: rgb(146,38,172); }

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