Html Css Color HEX #9625AC Dark Orchid

📋 copy color: '#9625AC'

red 150 ◦ green 37 ◦ blue 172

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

Shades of Dark Orchid #9625AC

Tints of Dark Orchid #9625AC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.31%

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

R = 41.78%
G = 10.31%
B = 47.91%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9625AC (or 0x9625AC) is known color: Dark Orchid. HEX triplet: 96, 25 and AC. RGB value is (150,37,172). Sum of RGB (Red+Green+Blue) = 150+37+172=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #9625AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9625AC is #69DA53. Grayscale: #555555. Windows color (decimal): -6937172 or 11281814. OLE color: 11281814.

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

Color convert

RGB 150 37 172 -
CMYK 0.13 0.78 0 0.33
HSL 290.22º 0.65% 0.41% -
HSV(B) 290.22º 0.78% 0.67% -
XYZ 20.69 10.79 40.02 -
YUV 86.18 176.44 173.52 -
System Red Green Blue C M Y K H S L
Decimal 150 37 172 0.13 0.78 0 0.33 290.22 0.65 0.41
Hex 96 25 AC D 4E 0 21 122 41 29
Octal 226 45 254 15 116 0 41 442 101 51
Binary 10010110 100101 10101100 1101 1001110 0 100001 100100010 1000001 101001

Color Harmonies of #9625AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9625AC

Black with #9625AC

Text Example


Text Example

White with #9625AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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