Html Css Color HEX #9F1BCF Dark Orchid

📋 copy color: '#9F1BCF'

red 159 ◦ green 27 ◦ blue 207

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

Shades of Dark Orchid #9F1BCF

Tints of Dark Orchid #9F1BCF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.87%

 BLUE value IS 207 (81.25% from 255) = 52.67%

R = 40.46%
G = 6.87%
B = 52.67%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F1BCF (or 0x9F1BCF) is known color: Dark Orchid. HEX triplet: 9F, 1B and CF. RGB value is (159,27,207). Sum of RGB (Red+Green+Blue) = 159+27+207=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F1BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1BCF is #60E430. Grayscale: #565656. Windows color (decimal): -6349873 or 13573023. OLE color: 13573023.

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

Color convert

RGB 159 27 207 -
CMYK 0.23 0.87 0 0.19
HSL 284º 0.77% 0.46% -
HSV(B) 284º 0.87% 0.81% -
XYZ 25.95 12.66 60.11 -
YUV 86.99 195.73 179.36 -
System Red Green Blue C M Y K H S L
Decimal 159 27 207 0.23 0.87 0 0.19 284 0.77 0.46
Hex 9F 1B CF 17 57 0 13 11C 4D 2E
Octal 237 33 317 27 127 0 23 434 115 56
Binary 10011111 11011 11001111 10111 1010111 0 10011 100011100 1001101 101110

Color Harmonies of #9F1BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1BCF

Black with #9F1BCF

Text Example


Text Example

White with #9F1BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,27,207); }

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

background-color css

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

 a { background-color: rgb(159,27,207); }

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

border-color css

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

 span { border-color: rgb(159,27,207); }

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