Html Css Color HEX #9621AC Dark Orchid

📋 copy color: '#9621AC'

red 150 ◦ green 33 ◦ blue 172

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

Shades of Dark Orchid #9621AC

Tints of Dark Orchid #9621AC

RGB

 RED value IS 150 (58.98% from 255) = 42.25%

 GREEN value IS 33 (13.28% from 255) = 9.3%

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

R = 42.25%
G = 9.3%
B = 48.45%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9621AC (or 0x9621AC) is known color: Dark Orchid. HEX triplet: 96, 21 and AC. RGB value is (150,33,172). Sum of RGB (Red+Green+Blue) = 150+33+172=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #9621AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9621AC is #69DE53. Grayscale: #535353. Windows color (decimal): -6938196 or 11280790. OLE color: 11280790.

HSL color Cylindrical-coordinate representation of color #9621AC: hue angle of 290.5º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9621AC is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 33 172 -
CMYK 0.13 0.81 0 0.33
HSL 290.5º 0.68% 0.4% -
HSV(B) 290.5º 0.81% 0.67% -
XYZ 20.57 10.55 39.98 -
YUV 83.83 177.76 175.2 -
System Red Green Blue C M Y K H S L
Decimal 150 33 172 0.13 0.81 0 0.33 290.5 0.68 0.4
Hex 96 21 AC D 51 0 21 123 44 28
Octal 226 41 254 15 121 0 41 443 104 50
Binary 10010110 100001 10101100 1101 1010001 0 100001 100100011 1000100 101000

Color Harmonies of #9621AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9621AC

Black with #9621AC

Text Example


Text Example

White with #9621AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,33,172); }

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

background-color css

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

 a { background-color: rgb(150,33,172); }

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

border-color css

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

 span { border-color: rgb(150,33,172); }

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