Html Css Color HEX #9F3ACE Dark Orchid

📋 copy color: '#9F3ACE'

red 159 ◦ green 58 ◦ blue 206

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

Shades of Dark Orchid #9F3ACE

Tints of Dark Orchid #9F3ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.71%

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 37.59%
G = 13.71%
B = 48.7%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F3ACE (or 0x9F3ACE) is known color: Dark Orchid. HEX triplet: 9F, 3A and CE. RGB value is (159,58,206). Sum of RGB (Red+Green+Blue) = 159+58+206=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F3ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3ACE is #60C531. Grayscale: #686868. Windows color (decimal): -6341938 or 13515423. OLE color: 13515423.

HSL color Cylindrical-coordinate representation of color #9F3ACE: hue angle of 280.95º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F3ACE is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 58 206 -
CMYK 0.23 0.72 0 0.19
HSL 280.95º 0.6% 0.52% -
HSV(B) 280.95º 0.72% 0.81% -
XYZ 26.95 14.85 59.84 -
YUV 105.07 184.96 166.47 -
System Red Green Blue C M Y K H S L
Decimal 159 58 206 0.23 0.72 0 0.19 280.95 0.6 0.52
Hex 9F 3A CE 17 48 0 13 119 3C 34
Octal 237 72 316 27 110 0 23 431 74 64
Binary 10011111 111010 11001110 10111 1001000 0 10011 100011001 111100 110100

Color Harmonies of #9F3ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3ACE

Black with #9F3ACE

Text Example


Text Example

White with #9F3ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,58,206); }

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

background-color css

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

 a { background-color: rgb(159,58,206); }

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

border-color css

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

 span { border-color: rgb(159,58,206); }

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