Html Css Color HEX #9A1FC1 Dark Orchid

📋 copy color: '#9A1FC1'

red 154 ◦ green 31 ◦ blue 193

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

Shades of Dark Orchid #9A1FC1

Tints of Dark Orchid #9A1FC1

RGB

 RED value IS 154 (60.55% from 255) = 40.74%

 GREEN value IS 31 (12.5% from 255) = 8.2%

 BLUE value IS 193 (75.78% from 255) = 51.06%

R = 40.74%
G = 8.2%
B = 51.06%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9A1FC1 (or 0x9A1FC1) is known color: Dark Orchid. HEX triplet: 9A, 1F and C1. RGB value is (154,31,193). Sum of RGB (Red+Green+Blue) = 154+31+193=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #9A1FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1FC1 is #65E03E. Grayscale: #555555. Windows color (decimal): -6676543 or 12656538. OLE color: 12656538.

HSL color Cylindrical-coordinate representation of color #9A1FC1: hue angle of 285.56º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A1FC1 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 154 31 193 -
CMYK 0.20 0.84 0 0.24
HSL 285.56º 0.72% 0.44% -
HSV(B) 285.56º 0.84% 0.76% -
XYZ 23.44 11.7 51.47 -
YUV 86.25 188.25 176.33 -
System Red Green Blue C M Y K H S L
Decimal 154 31 193 0.20 0.84 0 0.24 285.56 0.72 0.44
Hex 9A 1F C1 14 54 0 18 11E 48 2C
Octal 232 37 301 24 124 0 30 436 110 54
Binary 10011010 11111 11000001 10100 1010100 0 11000 100011110 1001000 101100

Color Harmonies of #9A1FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1FC1

Black with #9A1FC1

Text Example


Text Example

White with #9A1FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A1FC1; }

 p { color: rgb(154,31,193); }

 H1.HeaderClassName
 {
   color: #9A1FC1;
 }
 .AnyTagClassName
 {
   color: #9A1FC1;
 }
</style>

background-color css

<style>
 a { background-color: #9A1FC1; }

 a { background-color: rgb(154,31,193); }

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

border-color css

<style>
 span { border-color: #9A1FC1; }

 span { border-color: rgb(154,31,193); }

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