Html Css Color HEX #9F3BBB Dark Orchid

📋 copy color: '#9F3BBB'

red 159 ◦ green 59 ◦ blue 187

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

Shades of Dark Orchid #9F3BBB

Tints of Dark Orchid #9F3BBB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.57%

 BLUE value IS 187 (73.44% from 255) = 46.17%

R = 39.26%
G = 14.57%
B = 46.17%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F3BBB (or 0x9F3BBB) is known color: Dark Orchid. HEX triplet: 9F, 3B and BB. RGB value is (159,59,187). Sum of RGB (Red+Green+Blue) = 159+59+187=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F3BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3BBB is #60C444. Grayscale: #676767. Windows color (decimal): -6341701 or 12270495. OLE color: 12270495.

HSL color Cylindrical-coordinate representation of color #9F3BBB: hue angle of 286.88º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F3BBB is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 59 187 -
CMYK 0.15 0.68 0 0.27
HSL 286.88º 0.52% 0.48% -
HSV(B) 286.88º 0.68% 0.73% -
XYZ 24.83 14.09 48.42 -
YUV 103.49 175.13 167.59 -
System Red Green Blue C M Y K H S L
Decimal 159 59 187 0.15 0.68 0 0.27 286.88 0.52 0.48
Hex 9F 3B BB F 44 0 1B 11F 34 30
Octal 237 73 273 17 104 0 33 437 64 60
Binary 10011111 111011 10111011 1111 1000100 0 11011 100011111 110100 110000

Color Harmonies of #9F3BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3BBB

Black with #9F3BBB

Text Example


Text Example

White with #9F3BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,59,187); }

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

background-color css

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

 a { background-color: rgb(159,59,187); }

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

border-color css

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

 span { border-color: rgb(159,59,187); }

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