Html Css Color HEX #9424BA Dark Orchid

📋 copy color: '#9424BA'

red 148 ◦ green 36 ◦ blue 186

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

Shades of Dark Orchid #9424BA

Tints of Dark Orchid #9424BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.27%

R = 40%
G = 9.73%
B = 50.27%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9424BA (or 0x9424BA) is known color: Dark Orchid. HEX triplet: 94, 24 and BA. RGB value is (148,36,186). Sum of RGB (Red+Green+Blue) = 148+36+186=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #9424BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9424BA is #6BDB45. Grayscale: #565656. Windows color (decimal): -7068486 or 12199060. OLE color: 12199060.

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

Color convert

RGB 148 36 186 -
CMYK 0.20 0.81 0 0.27
HSL 284.8º 0.68% 0.44% -
HSV(B) 284.8º 0.81% 0.73% -
XYZ 21.71 11.1 47.45 -
YUV 86.59 184.11 171.8 -
System Red Green Blue C M Y K H S L
Decimal 148 36 186 0.20 0.81 0 0.27 284.8 0.68 0.44
Hex 94 24 BA 14 51 0 1B 11D 44 2C
Octal 224 44 272 24 121 0 33 435 104 54
Binary 10010100 100100 10111010 10100 1010001 0 11011 100011101 1000100 101100

Color Harmonies of #9424BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9424BA

Black with #9424BA

Text Example


Text Example

White with #9424BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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