Html Css Color HEX #9F3CBD Dark Orchid

📋 copy color: '#9F3CBD'

red 159 ◦ green 60 ◦ blue 189

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

Shades of Dark Orchid #9F3CBD

Tints of Dark Orchid #9F3CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.32%

R = 38.97%
G = 14.71%
B = 46.32%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F3CBD (or 0x9F3CBD) is known color: Dark Orchid. HEX triplet: 9F, 3C and BD. RGB value is (159,60,189). Sum of RGB (Red+Green+Blue) = 159+60+189=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F3CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3CBD is #60C342. Grayscale: #676767. Windows color (decimal): -6341443 or 12401823. OLE color: 12401823.

HSL color Cylindrical-coordinate representation of color #9F3CBD: hue angle of 286.05º 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 #9F3CBD is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 60 189 -
CMYK 0.16 0.68 0 0.26
HSL 286.05º 0.52% 0.49% -
HSV(B) 286.05º 0.68% 0.74% -
XYZ 25.1 14.28 49.58 -
YUV 104.31 175.8 167.01 -
System Red Green Blue C M Y K H S L
Decimal 159 60 189 0.16 0.68 0 0.26 286.05 0.52 0.49
Hex 9F 3C BD 10 44 0 1A 11E 34 31
Octal 237 74 275 20 104 0 32 436 64 61
Binary 10011111 111100 10111101 10000 1000100 0 11010 100011110 110100 110001

Color Harmonies of #9F3CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3CBD

Black with #9F3CBD

Text Example


Text Example

White with #9F3CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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