Html Css Color HEX #9419BC Dark Orchid

📋 copy color: '#9419BC'

red 148 ◦ green 25 ◦ blue 188

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

Shades of Dark Orchid #9419BC

Tints of Dark Orchid #9419BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.08%

R = 41%
G = 6.93%
B = 52.08%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9419BC (or 0x9419BC) is known color: Dark Orchid. HEX triplet: 94, 19 and BC. RGB value is (148,25,188). Sum of RGB (Red+Green+Blue) = 148+25+188=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #9419BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9419BC is #6BE643. Grayscale: #4F4F4F. Windows color (decimal): -7071300 or 12327316. OLE color: 12327316.

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

Color convert

RGB 148 25 188 -
CMYK 0.21 0.87 0 0.26
HSL 285.28º 0.77% 0.42% -
HSV(B) 285.28º 0.87% 0.74% -
XYZ 21.64 10.62 48.49 -
YUV 80.36 188.75 176.25 -
System Red Green Blue C M Y K H S L
Decimal 148 25 188 0.21 0.87 0 0.26 285.28 0.77 0.42
Hex 94 19 BC 15 57 0 1A 11D 4D 2A
Octal 224 31 274 25 127 0 32 435 115 52
Binary 10010100 11001 10111100 10101 1010111 0 11010 100011101 1001101 101010

Color Harmonies of #9419BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9419BC

Black with #9419BC

Text Example


Text Example

White with #9419BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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