Html Css Color HEX #9631AC Dark Orchid

📋 copy color: '#9631AC'

red 150 ◦ green 49 ◦ blue 172

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

Shades of Dark Orchid #9631AC

Tints of Dark Orchid #9631AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.21%

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

R = 40.43%
G = 13.21%
B = 46.36%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9631AC (or 0x9631AC) is known color: Dark Orchid. HEX triplet: 96, 31 and AC. RGB value is (150,49,172). Sum of RGB (Red+Green+Blue) = 150+49+172=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #9631AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9631AC is #69CE53. Grayscale: #5C5C5C. Windows color (decimal): -6934100 or 11284886. OLE color: 11284886.

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

Color convert

RGB 150 49 172 -
CMYK 0.13 0.72 0 0.33
HSL 289.27º 0.56% 0.43% -
HSV(B) 289.27º 0.72% 0.67% -
XYZ 21.12 11.66 40.17 -
YUV 93.22 172.46 168.5 -
System Red Green Blue C M Y K H S L
Decimal 150 49 172 0.13 0.72 0 0.33 289.27 0.56 0.43
Hex 96 31 AC D 48 0 21 121 38 2B
Octal 226 61 254 15 110 0 41 441 70 53
Binary 10010110 110001 10101100 1101 1001000 0 100001 100100001 111000 101011

Color Harmonies of #9631AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9631AC

Black with #9631AC

Text Example


Text Example

White with #9631AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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