Html Css Color HEX #9A1ECF Dark Orchid

📋 copy color: '#9A1ECF'

red 154 ◦ green 30 ◦ blue 207

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

Shades of Dark Orchid #9A1ECF

Tints of Dark Orchid #9A1ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.67%

 BLUE value IS 207 (81.25% from 255) = 52.94%

R = 39.39%
G = 7.67%
B = 52.94%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A1ECF (or 0x9A1ECF) is known color: Dark Orchid. HEX triplet: 9A, 1E and CF. RGB value is (154,30,207). Sum of RGB (Red+Green+Blue) = 154+30+207=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A1ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1ECF is #65E130. Grayscale: #565656. Windows color (decimal): -6676785 or 13573786. OLE color: 13573786.

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

Color convert

RGB 154 30 207 -
CMYK 0.26 0.86 0 0.19
HSL 282.03º 0.75% 0.46% -
HSV(B) 282.03º 0.86% 0.81% -
XYZ 25.05 12.3 60.09 -
YUV 87.25 195.58 175.61 -
System Red Green Blue C M Y K H S L
Decimal 154 30 207 0.26 0.86 0 0.19 282.03 0.75 0.46
Hex 9A 1E CF 1A 56 0 13 11A 4B 2E
Octal 232 36 317 32 126 0 23 432 113 56
Binary 10011010 11110 11001111 11010 1010110 0 10011 100011010 1001011 101110

Color Harmonies of #9A1ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1ECF

Black with #9A1ECF

Text Example


Text Example

White with #9A1ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,30,207); }

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

background-color css

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

 a { background-color: rgb(154,30,207); }

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

border-color css

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

 span { border-color: rgb(154,30,207); }

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