Html Css Color HEX #9A18BE Dark Orchid

📋 copy color: '#9A18BE'

red 154 ◦ green 24 ◦ blue 190

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

Shades of Dark Orchid #9A18BE

Tints of Dark Orchid #9A18BE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.52%

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

R = 41.85%
G = 6.52%
B = 51.63%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A18BE (or 0x9A18BE) is known color: Dark Orchid. HEX triplet: 9A, 18 and BE. RGB value is (154,24,190). Sum of RGB (Red+Green+Blue) = 154+24+190=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A18BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A18BE is #65E741. Grayscale: #515151. Windows color (decimal): -6678338 or 12458138. OLE color: 12458138.

HSL color Cylindrical-coordinate representation of color #9A18BE: hue angle of 286.99º degrees, saturation: 0.78, 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 #9A18BE is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 24 190 -
CMYK 0.19 0.87 0 0.25
HSL 286.99º 0.78% 0.42% -
HSV(B) 286.99º 0.87% 0.75% -
XYZ 22.95 11.24 49.68 -
YUV 81.79 189.07 179.5 -
System Red Green Blue C M Y K H S L
Decimal 154 24 190 0.19 0.87 0 0.25 286.99 0.78 0.42
Hex 9A 18 BE 13 57 0 19 11F 4E 2A
Octal 232 30 276 23 127 0 31 437 116 52
Binary 10011010 11000 10111110 10011 1010111 0 11001 100011111 1001110 101010

Color Harmonies of #9A18BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A18BE

Black with #9A18BE

Text Example


Text Example

White with #9A18BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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