Html Css Color HEX #9324BE Dark Orchid

📋 copy color: '#9324BE'

red 147 ◦ green 36 ◦ blue 190

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

Shades of Dark Orchid #9324BE

Tints of Dark Orchid #9324BE

RGB

 RED value IS 147 (57.81% from 255) = 39.41%

 GREEN value IS 36 (14.45% from 255) = 9.65%

 BLUE value IS 190 (74.61% from 255) = 50.94%

R = 39.41%
G = 9.65%
B = 50.94%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9324BE (or 0x9324BE) is known color: Dark Orchid. HEX triplet: 93, 24 and BE. RGB value is (147,36,190). Sum of RGB (Red+Green+Blue) = 147+36+190=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #9324BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9324BE is #6CDB41. Grayscale: #565656. Windows color (decimal): -7134018 or 12461203. OLE color: 12461203.

HSL color Cylindrical-coordinate representation of color #9324BE: hue angle of 283.25º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9324BE is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 36 190 -
CMYK 0.23 0.81 0 0.25
HSL 283.25º 0.68% 0.44% -
HSV(B) 283.25º 0.81% 0.75% -
XYZ 21.96 11.18 49.72 -
YUV 86.75 186.27 170.98 -
System Red Green Blue C M Y K H S L
Decimal 147 36 190 0.23 0.81 0 0.25 283.25 0.68 0.44
Hex 93 24 BE 17 51 0 19 11B 44 2C
Octal 223 44 276 27 121 0 31 433 104 54
Binary 10010011 100100 10111110 10111 1010001 0 11001 100011011 1000100 101100

Color Harmonies of #9324BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9324BE

Black with #9324BE

Text Example


Text Example

White with #9324BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9324BE; }

 p { color: rgb(147,36,190); }

 H1.HeaderClassName
 {
   color: #9324BE;
 }
 .AnyTagClassName
 {
   color: #9324BE;
 }
</style>

background-color css

<style>
 a { background-color: #9324BE; }

 a { background-color: rgb(147,36,190); }

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

border-color css

<style>
 span { border-color: #9324BE; }

 span { border-color: rgb(147,36,190); }

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