Html Css Color HEX #9F3FCE Dark Orchid

📋 copy color: '#9F3FCE'

red 159 ◦ green 63 ◦ blue 206

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

Shades of Dark Orchid #9F3FCE

Tints of Dark Orchid #9F3FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 14.72%

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

R = 37.15%
G = 14.72%
B = 48.13%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F3FCE (or 0x9F3FCE) is known color: Dark Orchid. HEX triplet: 9F, 3F and CE. RGB value is (159,63,206). Sum of RGB (Red+Green+Blue) = 159+63+206=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F3FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3FCE is #60C031. Grayscale: #6B6B6B. Windows color (decimal): -6340658 or 13516703. OLE color: 13516703.

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

Color convert

RGB 159 63 206 -
CMYK 0.23 0.69 0 0.19
HSL 280.28º 0.59% 0.53% -
HSV(B) 280.28º 0.69% 0.81% -
XYZ 27.22 15.38 59.93 -
YUV 108.01 183.3 164.37 -
System Red Green Blue C M Y K H S L
Decimal 159 63 206 0.23 0.69 0 0.19 280.28 0.59 0.53
Hex 9F 3F CE 17 45 0 13 118 3B 35
Octal 237 77 316 27 105 0 23 430 73 65
Binary 10011111 111111 11001110 10111 1000101 0 10011 100011000 111011 110101

Color Harmonies of #9F3FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3FCE

Black with #9F3FCE

Text Example


Text Example

White with #9F3FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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