Html Css Color HEX #9C3DBB Dark Orchid

📋 copy color: '#9C3DBB'

red 156 ◦ green 61 ◦ blue 187

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

Shades of Dark Orchid #9C3DBB

Tints of Dark Orchid #9C3DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.1%

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

R = 38.61%
G = 15.1%
B = 46.29%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C3DBB (or 0x9C3DBB) is known color: Dark Orchid. HEX triplet: 9C, 3D and BB. RGB value is (156,61,187). Sum of RGB (Red+Green+Blue) = 156+61+187=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C3DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3DBB is #63C244. Grayscale: #676767. Windows color (decimal): -6537797 or 12271004. OLE color: 12271004.

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

Color convert

RGB 156 61 187 -
CMYK 0.17 0.67 0 0.27
HSL 285.24º 0.51% 0.49% -
HSV(B) 285.24º 0.67% 0.73% -
XYZ 24.35 13.99 48.43 -
YUV 103.77 174.97 165.25 -
System Red Green Blue C M Y K H S L
Decimal 156 61 187 0.17 0.67 0 0.27 285.24 0.51 0.49
Hex 9C 3D BB 11 43 0 1B 11D 33 31
Octal 234 75 273 21 103 0 33 435 63 61
Binary 10011100 111101 10111011 10001 1000011 0 11011 100011101 110011 110001

Color Harmonies of #9C3DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3DBB

Black with #9C3DBB

Text Example


Text Example

White with #9C3DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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