Html Css Color HEX #9C3CBB Dark Orchid

📋 copy color: '#9C3CBB'

red 156 ◦ green 60 ◦ blue 187

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

Shades of Dark Orchid #9C3CBB

Tints of Dark Orchid #9C3CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.4%

R = 38.71%
G = 14.89%
B = 46.4%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C3CBB (or 0x9C3CBB) is known color: Dark Orchid. HEX triplet: 9C, 3C and BB. RGB value is (156,60,187). Sum of RGB (Red+Green+Blue) = 156+60+187=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C3CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3CBB is #63C344. Grayscale: #666666. Windows color (decimal): -6538053 or 12270748. OLE color: 12270748.

HSL color Cylindrical-coordinate representation of color #9C3CBB: hue angle of 285.35º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C3CBB is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 60 187 -
CMYK 0.17 0.68 0 0.27
HSL 285.35º 0.51% 0.48% -
HSV(B) 285.35º 0.68% 0.73% -
XYZ 24.3 13.89 48.41 -
YUV 103.18 175.3 165.67 -
System Red Green Blue C M Y K H S L
Decimal 156 60 187 0.17 0.68 0 0.27 285.35 0.51 0.48
Hex 9C 3C BB 11 44 0 1B 11D 33 30
Octal 234 74 273 21 104 0 33 435 63 60
Binary 10011100 111100 10111011 10001 1000100 0 11011 100011101 110011 110000

Color Harmonies of #9C3CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3CBB

Black with #9C3CBB

Text Example


Text Example

White with #9C3CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,60,187); }

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

background-color css

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

 a { background-color: rgb(156,60,187); }

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

border-color css

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

 span { border-color: rgb(156,60,187); }

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