Html Css Color HEX #9419BF Dark Orchid

📋 copy color: '#9419BF'

red 148 ◦ green 25 ◦ blue 191

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

Shades of Dark Orchid #9419BF

Tints of Dark Orchid #9419BF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.87%

 BLUE value IS 191 (75% from 255) = 52.47%

R = 40.66%
G = 6.87%
B = 52.47%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9419BF (or 0x9419BF) is known color: Dark Orchid. HEX triplet: 94, 19 and BF. RGB value is (148,25,191). Sum of RGB (Red+Green+Blue) = 148+25+191=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #9419BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9419BF is #6BE640. Grayscale: #505050. Windows color (decimal): -7071297 or 12523924. OLE color: 12523924.

HSL color Cylindrical-coordinate representation of color #9419BF: hue angle of 284.46º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9419BF is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 25 191 -
CMYK 0.23 0.87 0 0.25
HSL 284.46º 0.77% 0.42% -
HSV(B) 284.46º 0.87% 0.75% -
XYZ 21.96 10.75 50.21 -
YUV 80.7 190.25 176 -
System Red Green Blue C M Y K H S L
Decimal 148 25 191 0.23 0.87 0 0.25 284.46 0.77 0.42
Hex 94 19 BF 17 57 0 19 11C 4D 2A
Octal 224 31 277 27 127 0 31 434 115 52
Binary 10010100 11001 10111111 10111 1010111 0 11001 100011100 1001101 101010

Color Harmonies of #9419BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9419BF

Black with #9419BF

Text Example


Text Example

White with #9419BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9419BF; }

 p { color: rgb(148,25,191); }

 H1.HeaderClassName
 {
   color: #9419BF;
 }
 .AnyTagClassName
 {
   color: #9419BF;
 }
</style>

background-color css

<style>
 a { background-color: #9419BF; }

 a { background-color: rgb(148,25,191); }

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

border-color css

<style>
 span { border-color: #9419BF; }

 span { border-color: rgb(148,25,191); }

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