Html Css Color HEX #9F46DC Dark Orchid

📋 copy color: '#9F46DC'

red 159 ◦ green 70 ◦ blue 220

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

Shades of Dark Orchid #9F46DC

Tints of Dark Orchid #9F46DC

RGB

 RED value IS 159 (62.5% from 255) = 35.41%

 GREEN value IS 70 (27.73% from 255) = 15.59%

 BLUE value IS 220 (86.33% from 255) = 49%

R = 35.41%
G = 15.59%
B = 49%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F46DC (or 0x9F46DC) is known color: Dark Orchid. HEX triplet: 9F, 46 and DC. RGB value is (159,70,220). Sum of RGB (Red+Green+Blue) = 159+70+220=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F46DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F46DC is #60B923. Grayscale: #717171. Windows color (decimal): -6338852 or 14435999. OLE color: 14435999.

HSL color Cylindrical-coordinate representation of color #9F46DC: hue angle of 275.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F46DC is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 70 220 -
CMYK 0.28 0.68 0 0.14
HSL 275.6º 0.68% 0.57% -
HSV(B) 275.6º 0.68% 0.86% -
XYZ 29.41 16.92 69.43 -
YUV 113.71 187.99 160.3 -
System Red Green Blue C M Y K H S L
Decimal 159 70 220 0.28 0.68 0 0.14 275.6 0.68 0.57
Hex 9F 46 DC 1C 44 0 E 114 44 39
Octal 237 106 334 34 104 0 16 424 104 71
Binary 10011111 1000110 11011100 11100 1000100 0 1110 100010100 1000100 111001

Color Harmonies of #9F46DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F46DC

Black with #9F46DC

Text Example


Text Example

White with #9F46DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,70,220); }

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

background-color css

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

 a { background-color: rgb(159,70,220); }

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

border-color css

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

 span { border-color: rgb(159,70,220); }

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