Html Css Color HEX #9637CD Dark Orchid

📋 copy color: '#9637CD'

red 150 ◦ green 55 ◦ blue 205

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

Shades of Dark Orchid #9637CD

Tints of Dark Orchid #9637CD

RGB

 RED value IS 150 (58.98% from 255) = 36.59%

 GREEN value IS 55 (21.88% from 255) = 13.41%

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

R = 36.59%
G = 13.41%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9637CD (or 0x9637CD) is known color: Dark Orchid. HEX triplet: 96, 37 and CD. RGB value is (150,55,205). Sum of RGB (Red+Green+Blue) = 150+55+205=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #9637CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9637CD is #69C832. Grayscale: #636363. Windows color (decimal): -6932531 or 13449110. OLE color: 13449110.

HSL color Cylindrical-coordinate representation of color #9637CD: hue angle of 278º 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 #9637CD is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 55 205 -
CMYK 0.27 0.73 0 0.20
HSL 278º 0.6% 0.51% -
HSV(B) 278º 0.73% 0.8% -
XYZ 24.96 13.62 59.07 -
YUV 100.51 186.97 163.3 -
System Red Green Blue C M Y K H S L
Decimal 150 55 205 0.27 0.73 0 0.20 278 0.6 0.51
Hex 96 37 CD 1B 49 0 14 116 3C 33
Octal 226 67 315 33 111 0 24 426 74 63
Binary 10010110 110111 11001101 11011 1001001 0 10100 100010110 111100 110011

Color Harmonies of #9637CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9637CD

Black with #9637CD

Text Example


Text Example

White with #9637CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9637CD; }

 p { color: rgb(150,55,205); }

 H1.HeaderClassName
 {
   color: #9637CD;
 }
 .AnyTagClassName
 {
   color: #9637CD;
 }
</style>

background-color css

<style>
 a { background-color: #9637CD; }

 a { background-color: rgb(150,55,205); }

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

border-color css

<style>
 span { border-color: #9637CD; }

 span { border-color: rgb(150,55,205); }

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