Html Css Color HEX #9C3FBC Dark Orchid

📋 copy color: '#9C3FBC'

red 156 ◦ green 63 ◦ blue 188

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

Shades of Dark Orchid #9C3FBC

Tints of Dark Orchid #9C3FBC

RGB

 RED value IS 156 (61.33% from 255) = 38.33%

 GREEN value IS 63 (25% from 255) = 15.48%

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

R = 38.33%
G = 15.48%
B = 46.19%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C3FBC (or 0x9C3FBC) is known color: Dark Orchid. HEX triplet: 9C, 3F and BC. RGB value is (156,63,188). Sum of RGB (Red+Green+Blue) = 156+63+188=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 63 (25% from 255 or 15.48% 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 #9C3FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3FBC is #63C043. Grayscale: #686868. Windows color (decimal): -6537284 or 12337052. OLE color: 12337052.

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

Color convert

RGB 156 63 188 -
CMYK 0.17 0.66 0 0.26
HSL 284.64º 0.5% 0.49% -
HSV(B) 284.64º 0.66% 0.74% -
XYZ 24.56 14.25 49.03 -
YUV 105.06 174.81 164.34 -
System Red Green Blue C M Y K H S L
Decimal 156 63 188 0.17 0.66 0 0.26 284.64 0.5 0.49
Hex 9C 3F BC 11 42 0 1A 11D 32 31
Octal 234 77 274 21 102 0 32 435 62 61
Binary 10011100 111111 10111100 10001 1000010 0 11010 100011101 110010 110001

Color Harmonies of #9C3FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3FBC

Black with #9C3FBC

Text Example


Text Example

White with #9C3FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,63,188); }

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

background-color css

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

 a { background-color: rgb(156,63,188); }

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

border-color css

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

 span { border-color: rgb(156,63,188); }

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