Html Css Color HEX #9637C5 Dark Orchid

📋 copy color: '#9637C5'

red 150 ◦ green 55 ◦ blue 197

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

Shades of Dark Orchid #9637C5

Tints of Dark Orchid #9637C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 49%

R = 37.31%
G = 13.68%
B = 49%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9637C5 (or 0x9637C5) is known color: Dark Orchid. HEX triplet: 96, 37 and C5. RGB value is (150,55,197). Sum of RGB (Red+Green+Blue) = 150+55+197=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 197 (77.34% from 255 or 49.00% from 402); Max value from RGB is 197 - color contains mainly: blue. Hex color #9637C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9637C5 is #69C83A. Grayscale: #636363. Windows color (decimal): -6932539 or 12924822. OLE color: 12924822.

HSL color Cylindrical-coordinate representation of color #9637C5: hue angle of 280.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9637C5 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 55 197 -
CMYK 0.24 0.72 0 0.23
HSL 280.14º 0.56% 0.49% -
HSV(B) 280.14º 0.72% 0.77% -
XYZ 24.02 13.25 54.11 -
YUV 99.59 182.97 163.95 -
System Red Green Blue C M Y K H S L
Decimal 150 55 197 0.24 0.72 0 0.23 280.14 0.56 0.49
Hex 96 37 C5 18 48 0 17 118 38 31
Octal 226 67 305 30 110 0 27 430 70 61
Binary 10010110 110111 11000101 11000 1001000 0 10111 100011000 111000 110001

Color Harmonies of #9637C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9637C5

Black with #9637C5

Text Example


Text Example

White with #9637C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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