Html Css Color HEX #9F3CBC Dark Orchid

📋 copy color: '#9F3CBC'

red 159 ◦ green 60 ◦ blue 188

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

Shades of Dark Orchid #9F3CBC

Tints of Dark Orchid #9F3CBC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.74%

 BLUE value IS 188 (73.83% from 255) = 46.19%

R = 39.07%
G = 14.74%
B = 46.19%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F3CBC (or 0x9F3CBC) is known color: Dark Orchid. HEX triplet: 9F, 3C and BC. RGB value is (159,60,188). Sum of RGB (Red+Green+Blue) = 159+60+188=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F3CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3CBC is #60C343. Grayscale: #676767. Windows color (decimal): -6341444 or 12336287. OLE color: 12336287.

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

Color convert

RGB 159 60 188 -
CMYK 0.15 0.68 0 0.26
HSL 286.41º 0.52% 0.49% -
HSV(B) 286.41º 0.68% 0.74% -
XYZ 24.99 14.23 49.01 -
YUV 104.19 175.3 167.09 -
System Red Green Blue C M Y K H S L
Decimal 159 60 188 0.15 0.68 0 0.26 286.41 0.52 0.49
Hex 9F 3C BC F 44 0 1A 11E 34 31
Octal 237 74 274 17 104 0 32 436 64 61
Binary 10011111 111100 10111100 1111 1000100 0 11010 100011110 110100 110001

Color Harmonies of #9F3CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3CBC

Black with #9F3CBC

Text Example


Text Example

White with #9F3CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,60,188); }

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

background-color css

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

 a { background-color: rgb(159,60,188); }

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

border-color css

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

 span { border-color: rgb(159,60,188); }

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