Html Css Color HEX #9C38CD Dark Orchid

📋 copy color: '#9C38CD'

red 156 ◦ green 56 ◦ blue 205

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

Shades of Dark Orchid #9C38CD

Tints of Dark Orchid #9C38CD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.43%

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 37.41%
G = 13.43%
B = 49.16%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C38CD (or 0x9C38CD) is known color: Dark Orchid. HEX triplet: 9C, 38 and CD. RGB value is (156,56,205). Sum of RGB (Red+Green+Blue) = 156+56+205=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C38CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C38CD is #63C732. Grayscale: #666666. Windows color (decimal): -6539059 or 13449372. OLE color: 13449372.

HSL color Cylindrical-coordinate representation of color #9C38CD: hue angle of 280.27º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C38CD is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 56 205 -
CMYK 0.24 0.73 0 0.20
HSL 280.27º 0.6% 0.51% -
HSV(B) 280.27º 0.73% 0.8% -
XYZ 26.14 14.3 59.14 -
YUV 102.89 185.63 165.88 -
System Red Green Blue C M Y K H S L
Decimal 156 56 205 0.24 0.73 0 0.20 280.27 0.6 0.51
Hex 9C 38 CD 18 49 0 14 118 3C 33
Octal 234 70 315 30 111 0 24 430 74 63
Binary 10011100 111000 11001101 11000 1001001 0 10100 100011000 111100 110011

Color Harmonies of #9C38CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C38CD

Black with #9C38CD

Text Example


Text Example

White with #9C38CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,56,205); }

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

background-color css

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

 a { background-color: rgb(156,56,205); }

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

border-color css

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

 span { border-color: rgb(156,56,205); }

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