Html Css Color HEX #9628AE Dark Orchid

📋 copy color: '#9628AE'

red 150 ◦ green 40 ◦ blue 174

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

Shades of Dark Orchid #9628AE

Tints of Dark Orchid #9628AE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.99%

 BLUE value IS 174 (68.36% from 255) = 47.8%

R = 41.21%
G = 10.99%
B = 47.8%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9628AE (or 0x9628AE) is known color: Dark Orchid. HEX triplet: 96, 28 and AE. RGB value is (150,40,174). Sum of RGB (Red+Green+Blue) = 150+40+174=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #9628AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9628AE is #69D751. Grayscale: #575757. Windows color (decimal): -6936402 or 11413654. OLE color: 11413654.

HSL color Cylindrical-coordinate representation of color #9628AE: hue angle of 289.25º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9628AE is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 40 174 -
CMYK 0.14 0.77 0 0.32
HSL 289.25º 0.63% 0.42% -
HSV(B) 289.25º 0.77% 0.68% -
XYZ 20.98 11.06 41.07 -
YUV 88.17 176.44 172.1 -
System Red Green Blue C M Y K H S L
Decimal 150 40 174 0.14 0.77 0 0.32 289.25 0.63 0.42
Hex 96 28 AE E 4D 0 20 121 3F 2A
Octal 226 50 256 16 115 0 40 441 77 52
Binary 10010110 101000 10101110 1110 1001101 0 100000 100100001 111111 101010

Color Harmonies of #9628AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9628AE

Black with #9628AE

Text Example


Text Example

White with #9628AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9628AE; }

 p { color: rgb(150,40,174); }

 H1.HeaderClassName
 {
   color: #9628AE;
 }
 .AnyTagClassName
 {
   color: #9628AE;
 }
</style>

background-color css

<style>
 a { background-color: #9628AE; }

 a { background-color: rgb(150,40,174); }

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

border-color css

<style>
 span { border-color: #9628AE; }

 span { border-color: rgb(150,40,174); }

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