Html Css Color HEX #9F3FBE Dark Orchid

📋 copy color: '#9F3FBE'

red 159 ◦ green 63 ◦ blue 190

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

Shades of Dark Orchid #9F3FBE

Tints of Dark Orchid #9F3FBE

RGB

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

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

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

R = 38.59%
G = 15.29%
B = 46.12%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F3FBE (or 0x9F3FBE) is known color: Dark Orchid. HEX triplet: 9F, 3F and BE. RGB value is (159,63,190). Sum of RGB (Red+Green+Blue) = 159+63+190=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F3FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3FBE is #60C041. Grayscale: #696969. Windows color (decimal): -6340674 or 12468127. OLE color: 12468127.

HSL color Cylindrical-coordinate representation of color #9F3FBE: hue angle of 285.35º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F3FBE is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 63 190 -
CMYK 0.16 0.67 0 0.25
HSL 285.35º 0.5% 0.5% -
HSV(B) 285.35º 0.67% 0.75% -
XYZ 25.37 14.64 50.2 -
YUV 106.18 175.3 165.67 -
System Red Green Blue C M Y K H S L
Decimal 159 63 190 0.16 0.67 0 0.25 285.35 0.5 0.5
Hex 9F 3F BE 10 43 0 19 11D 32 32
Octal 237 77 276 20 103 0 31 435 62 62
Binary 10011111 111111 10111110 10000 1000011 0 11001 100011101 110010 110010

Color Harmonies of #9F3FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3FBE

Black with #9F3FBE

Text Example


Text Example

White with #9F3FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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