Html Css Color HEX #9F3CBE Dark Orchid

📋 copy color: '#9F3CBE'

red 159 ◦ green 60 ◦ blue 190

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

Shades of Dark Orchid #9F3CBE

Tints of Dark Orchid #9F3CBE

RGB

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

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

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

R = 38.88%
G = 14.67%
B = 46.45%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F3CBE (or 0x9F3CBE) is known color: Dark Orchid. HEX triplet: 9F, 3C and BE. RGB value is (159,60,190). Sum of RGB (Red+Green+Blue) = 159+60+190=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F3CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3CBE is #60C341. Grayscale: #686868. Windows color (decimal): -6341442 or 12467359. OLE color: 12467359.

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

Color convert

RGB 159 60 190 -
CMYK 0.16 0.68 0 0.25
HSL 285.69º 0.52% 0.49% -
HSV(B) 285.69º 0.68% 0.75% -
XYZ 25.21 14.32 50.15 -
YUV 104.42 176.3 166.93 -
System Red Green Blue C M Y K H S L
Decimal 159 60 190 0.16 0.68 0 0.25 285.69 0.52 0.49
Hex 9F 3C BE 10 44 0 19 11E 34 31
Octal 237 74 276 20 104 0 31 436 64 61
Binary 10011111 111100 10111110 10000 1000100 0 11001 100011110 110100 110001

Color Harmonies of #9F3CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3CBE

Black with #9F3CBE

Text Example


Text Example

White with #9F3CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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