Html Css Color HEX #9F38C0 Dark Orchid

📋 copy color: '#9F38C0'

red 159 ◦ green 56 ◦ blue 192

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

Shades of Dark Orchid #9F38C0

Tints of Dark Orchid #9F38C0

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.76%

 BLUE value IS 192 (75.39% from 255) = 47.17%

R = 39.07%
G = 13.76%
B = 47.17%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F38C0 (or 0x9F38C0) is known color: Dark Orchid. HEX triplet: 9F, 38 and C0. RGB value is (159,56,192). Sum of RGB (Red+Green+Blue) = 159+56+192=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: blue. Hex color #9F38C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F38C0 is #60C73F. Grayscale: #656565. Windows color (decimal): -6342464 or 12597407. OLE color: 12597407.

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

Color convert

RGB 159 56 192 -
CMYK 0.17 0.71 0 0.25
HSL 285.44º 0.55% 0.49% -
HSV(B) 285.44º 0.71% 0.75% -
XYZ 25.23 14.01 51.24 -
YUV 102.3 178.62 168.44 -
System Red Green Blue C M Y K H S L
Decimal 159 56 192 0.17 0.71 0 0.25 285.44 0.55 0.49
Hex 9F 38 C0 11 47 0 19 11D 37 31
Octal 237 70 300 21 107 0 31 435 67 61
Binary 10011111 111000 11000000 10001 1000111 0 11001 100011101 110111 110001

Color Harmonies of #9F38C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F38C0

Black with #9F38C0

Text Example


Text Example

White with #9F38C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,56,192); }

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

background-color css

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

 a { background-color: rgb(159,56,192); }

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

border-color css

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

 span { border-color: rgb(159,56,192); }

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