Html Css Color HEX #9A1FAB Dark Orchid

📋 copy color: '#9A1FAB'

red 154 ◦ green 31 ◦ blue 171

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

Shades of Dark Orchid #9A1FAB

Tints of Dark Orchid #9A1FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.03%

R = 43.26%
G = 8.71%
B = 48.03%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A1FAB (or 0x9A1FAB) is known color: Dark Orchid. HEX triplet: 9A, 1F and AB. RGB value is (154,31,171). Sum of RGB (Red+Green+Blue) = 154+31+171=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A1FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1FAB is #65E054. Grayscale: #535353. Windows color (decimal): -6676565 or 11214746. OLE color: 11214746.

HSL color Cylindrical-coordinate representation of color #9A1FAB: hue angle of 292.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A1FAB is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 31 171 -
CMYK 0.10 0.82 0 0.33
HSL 292.71º 0.69% 0.4% -
HSV(B) 292.71º 0.82% 0.67% -
XYZ 21.17 10.79 39.5 -
YUV 83.74 177.25 178.12 -
System Red Green Blue C M Y K H S L
Decimal 154 31 171 0.10 0.82 0 0.33 292.71 0.69 0.4
Hex 9A 1F AB A 52 0 21 125 45 28
Octal 232 37 253 12 122 0 41 445 105 50
Binary 10011010 11111 10101011 1010 1010010 0 100001 100100101 1000101 101000

Color Harmonies of #9A1FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1FAB

Black with #9A1FAB

Text Example


Text Example

White with #9A1FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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