Html Css Color HEX #9424BD Dark Orchid

📋 copy color: '#9424BD'

red 148 ◦ green 36 ◦ blue 189

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

Shades of Dark Orchid #9424BD

Tints of Dark Orchid #9424BD

RGB

 RED value IS 148 (58.2% from 255) = 39.68%

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

 BLUE value IS 189 (74.22% from 255) = 50.67%

R = 39.68%
G = 9.65%
B = 50.67%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9424BD (or 0x9424BD) is known color: Dark Orchid. HEX triplet: 94, 24 and BD. RGB value is (148,36,189). Sum of RGB (Red+Green+Blue) = 148+36+189=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #9424BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9424BD is #6BDB42. Grayscale: #565656. Windows color (decimal): -7068483 or 12395668. OLE color: 12395668.

HSL color Cylindrical-coordinate representation of color #9424BD: hue angle of 283.92º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9424BD is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 36 189 -
CMYK 0.22 0.81 0 0.26
HSL 283.92º 0.68% 0.44% -
HSV(B) 283.92º 0.81% 0.74% -
XYZ 22.03 11.23 49.15 -
YUV 86.93 185.61 171.56 -
System Red Green Blue C M Y K H S L
Decimal 148 36 189 0.22 0.81 0 0.26 283.92 0.68 0.44
Hex 94 24 BD 16 51 0 1A 11C 44 2C
Octal 224 44 275 26 121 0 32 434 104 54
Binary 10010100 100100 10111101 10110 1010001 0 11010 100011100 1000100 101100

Color Harmonies of #9424BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9424BD

Black with #9424BD

Text Example


Text Example

White with #9424BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9424BD; }

 p { color: rgb(148,36,189); }

 H1.HeaderClassName
 {
   color: #9424BD;
 }
 .AnyTagClassName
 {
   color: #9424BD;
 }
</style>

background-color css

<style>
 a { background-color: #9424BD; }

 a { background-color: rgb(148,36,189); }

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

border-color css

<style>
 span { border-color: #9424BD; }

 span { border-color: rgb(148,36,189); }

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