Html Css Color HEX #9C3FCC Dark Orchid

📋 copy color: '#9C3FCC'

red 156 ◦ green 63 ◦ blue 204

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

Shades of Dark Orchid #9C3FCC

Tints of Dark Orchid #9C3FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 36.88%
G = 14.89%
B = 48.23%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9C3FCC (or 0x9C3FCC) is known color: Dark Orchid. HEX triplet: 9C, 3F and CC. RGB value is (156,63,204). Sum of RGB (Red+Green+Blue) = 156+63+204=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C3FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3FCC is #63C033. Grayscale: #6A6A6A. Windows color (decimal): -6537268 or 13385628. OLE color: 13385628.

HSL color Cylindrical-coordinate representation of color #9C3FCC: hue angle of 279.57º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C3FCC is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 156 63 204 -
CMYK 0.24 0.69 0 0.2
HSL 279.57º 0.58% 0.52% -
HSV(B) 279.57º 0.69% 0.8% -
XYZ 26.39 14.98 58.63 -
YUV 106.88 182.81 163.04 -
System Red Green Blue C M Y K H S L
Decimal 156 63 204 0.24 0.69 0 0.2 279.57 0.58 0.52
Hex 9C 3F CC 18 45 0 14 118 3A 34
Octal 234 77 314 30 105 0 24 430 72 64
Binary 10011100 111111 11001100 11000 1000101 0 10100 100011000 111010 110100

Color Harmonies of #9C3FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3FCC

Black with #9C3FCC

Text Example


Text Example

White with #9C3FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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