Html Css Color HEX #9627AC Dark Orchid

📋 copy color: '#9627AC'

red 150 ◦ green 39 ◦ blue 172

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

Shades of Dark Orchid #9627AC

Tints of Dark Orchid #9627AC

RGB

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

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

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

R = 41.55%
G = 10.8%
B = 47.65%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9627AC (or 0x9627AC) is known color: Dark Orchid. HEX triplet: 96, 27 and AC. RGB value is (150,39,172). Sum of RGB (Red+Green+Blue) = 150+39+172=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #9627AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9627AC is #69D853. Grayscale: #565656. Windows color (decimal): -6936660 or 11282326. OLE color: 11282326.

HSL color Cylindrical-coordinate representation of color #9627AC: hue angle of 290.08º 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 #9627AC is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 39 172 -
CMYK 0.13 0.77 0 0.33
HSL 290.08º 0.63% 0.41% -
HSV(B) 290.08º 0.77% 0.67% -
XYZ 20.75 10.91 40.04 -
YUV 87.35 175.77 172.69 -
System Red Green Blue C M Y K H S L
Decimal 150 39 172 0.13 0.77 0 0.33 290.08 0.63 0.41
Hex 96 27 AC D 4D 0 21 122 3F 29
Octal 226 47 254 15 115 0 41 442 77 51
Binary 10010110 100111 10101100 1101 1001101 0 100001 100100010 111111 101001

Color Harmonies of #9627AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9627AC

Black with #9627AC

Text Example


Text Example

White with #9627AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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