Html Css Color HEX #9430AC Dark Orchid

📋 copy color: '#9430AC'

red 148 ◦ green 48 ◦ blue 172

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

Shades of Dark Orchid #9430AC

Tints of Dark Orchid #9430AC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.04%

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

R = 40.22%
G = 13.04%
B = 46.74%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9430AC (or 0x9430AC) is known color: Dark Orchid. HEX triplet: 94, 30 and AC. RGB value is (148,48,172). Sum of RGB (Red+Green+Blue) = 148+48+172=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #9430AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9430AC is #6BCF53. Grayscale: #5B5B5B. Windows color (decimal): -7065428 or 11284628. OLE color: 11284628.

HSL color Cylindrical-coordinate representation of color #9430AC: hue angle of 288.39º 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 #9430AC is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 48 172 -
CMYK 0.14 0.72 0 0.33
HSL 288.39º 0.56% 0.43% -
HSV(B) 288.39º 0.72% 0.67% -
XYZ 20.72 11.39 40.14 -
YUV 92.04 173.13 167.92 -
System Red Green Blue C M Y K H S L
Decimal 148 48 172 0.14 0.72 0 0.33 288.39 0.56 0.43
Hex 94 30 AC E 48 0 21 120 38 2B
Octal 224 60 254 16 110 0 41 440 70 53
Binary 10010100 110000 10101100 1110 1001000 0 100001 100100000 111000 101011

Color Harmonies of #9430AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9430AC

Black with #9430AC

Text Example


Text Example

White with #9430AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,48,172); }

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

background-color css

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

 a { background-color: rgb(148,48,172); }

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

border-color css

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

 span { border-color: rgb(148,48,172); }

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