Html Css Color HEX #9C38D0 Dark Orchid

📋 copy color: '#9C38D0'

red 156 ◦ green 56 ◦ blue 208

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

Shades of Dark Orchid #9C38D0

Tints of Dark Orchid #9C38D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.52%

R = 37.14%
G = 13.33%
B = 49.52%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9C38D0 (or 0x9C38D0) is known color: Dark Orchid. HEX triplet: 9C, 38 and D0. RGB value is (156,56,208). Sum of RGB (Red+Green+Blue) = 156+56+208=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #9C38D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C38D0 is #63C72F. Grayscale: #666666. Windows color (decimal): -6539056 or 13645980. OLE color: 13645980.

HSL color Cylindrical-coordinate representation of color #9C38D0: hue angle of 279.47º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C38D0 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 156 56 208 -
CMYK 0.25 0.73 0 0.18
HSL 279.47º 0.62% 0.52% -
HSV(B) 279.47º 0.73% 0.82% -
XYZ 26.51 14.45 61.07 -
YUV 103.23 187.13 165.64 -
System Red Green Blue C M Y K H S L
Decimal 156 56 208 0.25 0.73 0 0.18 279.47 0.62 0.52
Hex 9C 38 D0 19 49 0 12 117 3E 34
Octal 234 70 320 31 111 0 22 427 76 64
Binary 10011100 111000 11010000 11001 1001001 0 10010 100010111 111110 110100

Color Harmonies of #9C38D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C38D0

Black with #9C38D0

Text Example


Text Example

White with #9C38D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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