Html Css Color HEX #9627AB Dark Orchid

📋 copy color: '#9627AB'

red 150 ◦ green 39 ◦ blue 171

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

Shades of Dark Orchid #9627AB

Tints of Dark Orchid #9627AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.83%

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

R = 41.67%
G = 10.83%
B = 47.5%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9627AB (or 0x9627AB) is known color: Dark Orchid. HEX triplet: 96, 27 and AB. RGB value is (150,39,171). Sum of RGB (Red+Green+Blue) = 150+39+171=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #9627AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9627AB is #69D854. Grayscale: #565656. Windows color (decimal): -6936661 or 11216790. OLE color: 11216790.

HSL color Cylindrical-coordinate representation of color #9627AB: hue angle of 290.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9627AB is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 39 171 -
CMYK 0.12 0.77 0 0.33
HSL 290.45º 0.63% 0.41% -
HSV(B) 290.45º 0.77% 0.67% -
XYZ 20.65 10.88 39.54 -
YUV 87.24 175.27 172.77 -
System Red Green Blue C M Y K H S L
Decimal 150 39 171 0.12 0.77 0 0.33 290.45 0.63 0.41
Hex 96 27 AB C 4D 0 21 122 3F 29
Octal 226 47 253 14 115 0 41 442 77 51
Binary 10010110 100111 10101011 1100 1001101 0 100001 100100010 111111 101001

Color Harmonies of #9627AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9627AB

Black with #9627AB

Text Example


Text Example

White with #9627AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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