Html Css Color HEX #9621AB Dark Orchid

📋 copy color: '#9621AB'

red 150 ◦ green 33 ◦ blue 171

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

Shades of Dark Orchid #9621AB

Tints of Dark Orchid #9621AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.31%

R = 42.37%
G = 9.32%
B = 48.31%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9621AB (or 0x9621AB) is known color: Dark Orchid. HEX triplet: 96, 21 and AB. RGB value is (150,33,171). Sum of RGB (Red+Green+Blue) = 150+33+171=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #9621AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9621AB is #69DE54. Grayscale: #535353. Windows color (decimal): -6938197 or 11215254. OLE color: 11215254.

HSL color Cylindrical-coordinate representation of color #9621AB: hue angle of 290.87º 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 #9621AB is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 33 171 -
CMYK 0.12 0.81 0 0.33
HSL 290.87º 0.68% 0.4% -
HSV(B) 290.87º 0.81% 0.67% -
XYZ 20.47 10.51 39.48 -
YUV 83.72 177.26 175.28 -
System Red Green Blue C M Y K H S L
Decimal 150 33 171 0.12 0.81 0 0.33 290.87 0.68 0.4
Hex 96 21 AB C 51 0 21 123 44 28
Octal 226 41 253 14 121 0 41 443 104 50
Binary 10010110 100001 10101011 1100 1010001 0 100001 100100011 1000100 101000

Color Harmonies of #9621AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9621AB

Black with #9621AB

Text Example


Text Example

White with #9621AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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