Html Css Color HEX #9430AF Dark Orchid

📋 copy color: '#9430AF'

red 148 ◦ green 48 ◦ blue 175

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

Shades of Dark Orchid #9430AF

Tints of Dark Orchid #9430AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.17%

R = 39.89%
G = 12.94%
B = 47.17%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9430AF (or 0x9430AF) is known color: Dark Orchid. HEX triplet: 94, 30 and AF. RGB value is (148,48,175). Sum of RGB (Red+Green+Blue) = 148+48+175=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #9430AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9430AF is #6BCF50. Grayscale: #5B5B5B. Windows color (decimal): -7065425 or 11481236. OLE color: 11481236.

HSL color Cylindrical-coordinate representation of color #9430AF: hue angle of 287.24º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9430AF is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 48 175 -
CMYK 0.15 0.73 0 0.31
HSL 287.24º 0.57% 0.44% -
HSV(B) 287.24º 0.73% 0.69% -
XYZ 21.01 11.5 41.67 -
YUV 92.38 174.63 167.67 -
System Red Green Blue C M Y K H S L
Decimal 148 48 175 0.15 0.73 0 0.31 287.24 0.57 0.44
Hex 94 30 AF F 49 0 1F 11F 39 2C
Octal 224 60 257 17 111 0 37 437 71 54
Binary 10010100 110000 10101111 1111 1001001 0 11111 100011111 111001 101100

Color Harmonies of #9430AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9430AF

Black with #9430AF

Text Example


Text Example

White with #9430AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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