Html Css Color HEX #9A1ABE Dark Orchid

📋 copy color: '#9A1ABE'

red 154 ◦ green 26 ◦ blue 190

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

Shades of Dark Orchid #9A1ABE

Tints of Dark Orchid #9A1ABE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.03%

 BLUE value IS 190 (74.61% from 255) = 51.35%

R = 41.62%
G = 7.03%
B = 51.35%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A1ABE (or 0x9A1ABE) is known color: Dark Orchid. HEX triplet: 9A, 1A and BE. RGB value is (154,26,190). Sum of RGB (Red+Green+Blue) = 154+26+190=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A1ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1ABE is #65E541. Grayscale: #525252. Windows color (decimal): -6677826 or 12458650. OLE color: 12458650.

HSL color Cylindrical-coordinate representation of color #9A1ABE: hue angle of 286.83º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1ABE is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 26 190 -
CMYK 0.19 0.86 0 0.25
HSL 286.83º 0.76% 0.42% -
HSV(B) 286.83º 0.86% 0.75% -
XYZ 22.99 11.33 49.69 -
YUV 82.97 188.41 178.66 -
System Red Green Blue C M Y K H S L
Decimal 154 26 190 0.19 0.86 0 0.25 286.83 0.76 0.42
Hex 9A 1A BE 13 56 0 19 11F 4C 2A
Octal 232 32 276 23 126 0 31 437 114 52
Binary 10011010 11010 10111110 10011 1010110 0 11001 100011111 1001100 101010

Color Harmonies of #9A1ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1ABE

Black with #9A1ABE

Text Example


Text Example

White with #9A1ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,26,190); }

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

background-color css

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

 a { background-color: rgb(154,26,190); }

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

border-color css

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

 span { border-color: rgb(154,26,190); }

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