Html Css Color HEX #9F1CB3 Dark Orchid

📋 copy color: '#9F1CB3'

red 159 ◦ green 28 ◦ blue 179

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

Shades of Dark Orchid #9F1CB3

Tints of Dark Orchid #9F1CB3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.65%

 BLUE value IS 179 (70.31% from 255) = 48.91%

R = 43.44%
G = 7.65%
B = 48.91%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9F1CB3 (or 0x9F1CB3) is known color: Dark Orchid. HEX triplet: 9F, 1C and B3. RGB value is (159,28,179). Sum of RGB (Red+Green+Blue) = 159+28+179=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 179 (70.31% from 255 or 48.91% from 366); Max value from RGB is 179 - color contains mainly: blue. Hex color #9F1CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1CB3 is #60E34C. Grayscale: #535353. Windows color (decimal): -6349645 or 11738271. OLE color: 11738271.

HSL color Cylindrical-coordinate representation of color #9F1CB3: hue angle of 292.05º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1CB3 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 159 28 179 -
CMYK 0.11 0.84 0 0.30
HSL 292.05º 0.73% 0.41% -
HSV(B) 292.05º 0.84% 0.7% -
XYZ 22.85 11.46 43.65 -
YUV 84.38 181.4 181.22 -
System Red Green Blue C M Y K H S L
Decimal 159 28 179 0.11 0.84 0 0.30 292.05 0.73 0.41
Hex 9F 1C B3 B 54 0 1E 124 49 29
Octal 237 34 263 13 124 0 36 444 111 51
Binary 10011111 11100 10110011 1011 1010100 0 11110 100100100 1001001 101001

Color Harmonies of #9F1CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1CB3

Black with #9F1CB3

Text Example


Text Example

White with #9F1CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,28,179); }

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

background-color css

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

 a { background-color: rgb(159,28,179); }

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

border-color css

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

 span { border-color: rgb(159,28,179); }

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