Html Css Color HEX #9F1FBE Dark Orchid

📋 copy color: '#9F1FBE'

red 159 ◦ green 31 ◦ blue 190

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

Shades of Dark Orchid #9F1FBE

Tints of Dark Orchid #9F1FBE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.16%

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

R = 41.84%
G = 8.16%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F1FBE (or 0x9F1FBE) is known color: Dark Orchid. HEX triplet: 9F, 1F and BE. RGB value is (159,31,190). Sum of RGB (Red+Green+Blue) = 159+31+190=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F1FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1FBE is #60E041. Grayscale: #565656. Windows color (decimal): -6348866 or 12459935. OLE color: 12459935.

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

Color convert

RGB 159 31 190 -
CMYK 0.16 0.84 0 0.25
HSL 288.3º 0.72% 0.43% -
HSV(B) 288.3º 0.84% 0.75% -
XYZ 24.08 12.07 49.78 -
YUV 87.4 185.91 179.07 -
System Red Green Blue C M Y K H S L
Decimal 159 31 190 0.16 0.84 0 0.25 288.3 0.72 0.43
Hex 9F 1F BE 10 54 0 19 120 48 2B
Octal 237 37 276 20 124 0 31 440 110 53
Binary 10011111 11111 10111110 10000 1010100 0 11001 100100000 1001000 101011

Color Harmonies of #9F1FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1FBE

Black with #9F1FBE

Text Example


Text Example

White with #9F1FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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