Html Css Color HEX #9431BA Dark Orchid

📋 copy color: '#9431BA'

red 148 ◦ green 49 ◦ blue 186

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

Shades of Dark Orchid #9431BA

Tints of Dark Orchid #9431BA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.79%

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

R = 38.64%
G = 12.79%
B = 48.56%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9431BA (or 0x9431BA) is known color: Dark Orchid. HEX triplet: 94, 31 and BA. RGB value is (148,49,186). Sum of RGB (Red+Green+Blue) = 148+49+186=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #9431BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9431BA is #6BCE45. Grayscale: #5D5D5D. Windows color (decimal): -7065158 or 12202388. OLE color: 12202388.

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

Color convert

RGB 148 49 186 -
CMYK 0.20 0.74 0 0.27
HSL 283.36º 0.58% 0.46% -
HSV(B) 283.36º 0.74% 0.73% -
XYZ 22.17 12.04 47.61 -
YUV 94.22 179.8 166.36 -
System Red Green Blue C M Y K H S L
Decimal 148 49 186 0.20 0.74 0 0.27 283.36 0.58 0.46
Hex 94 31 BA 14 4A 0 1B 11B 3A 2E
Octal 224 61 272 24 112 0 33 433 72 56
Binary 10010100 110001 10111010 10100 1001010 0 11011 100011011 111010 101110

Color Harmonies of #9431BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9431BA

Black with #9431BA

Text Example


Text Example

White with #9431BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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