Html Css Color HEX #9C35CD Dark Orchid

📋 copy color: '#9C35CD'

red 156 ◦ green 53 ◦ blue 205

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

Shades of Dark Orchid #9C35CD

Tints of Dark Orchid #9C35CD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.8%

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

R = 37.68%
G = 12.8%
B = 49.52%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C35CD (or 0x9C35CD) is known color: Dark Orchid. HEX triplet: 9C, 35 and CD. RGB value is (156,53,205). Sum of RGB (Red+Green+Blue) = 156+53+205=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C35CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C35CD is #63CA32. Grayscale: #646464. Windows color (decimal): -6539827 or 13448604. OLE color: 13448604.

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

Color convert

RGB 156 53 205 -
CMYK 0.24 0.74 0 0.20
HSL 280.66º 0.6% 0.51% -
HSV(B) 280.66º 0.74% 0.8% -
XYZ 26 14.02 59.09 -
YUV 101.13 186.62 167.14 -
System Red Green Blue C M Y K H S L
Decimal 156 53 205 0.24 0.74 0 0.20 280.66 0.6 0.51
Hex 9C 35 CD 18 4A 0 14 119 3C 33
Octal 234 65 315 30 112 0 24 431 74 63
Binary 10011100 110101 11001101 11000 1001010 0 10100 100011001 111100 110011

Color Harmonies of #9C35CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C35CD

Black with #9C35CD

Text Example


Text Example

White with #9C35CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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