Html Css Color HEX #963CD5 Dark Orchid

📋 copy color: '#963CD5'

red 150 ◦ green 60 ◦ blue 213

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

Shades of Dark Orchid #963CD5

Tints of Dark Orchid #963CD5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.18%

 BLUE value IS 213 (83.59% from 255) = 50.35%

R = 35.46%
G = 14.18%
B = 50.35%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#963CD5 (or 0x963CD5) is known color: Dark Orchid. HEX triplet: 96, 3C and D5. RGB value is (150,60,213). Sum of RGB (Red+Green+Blue) = 150+60+213=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #963CD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963CD5 is #69C32A. Grayscale: #676767. Windows color (decimal): -6931243 or 13974678. OLE color: 13974678.

HSL color Cylindrical-coordinate representation of color #963CD5: hue angle of 275.29º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #963CD5 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 60 213 -
CMYK 0.30 0.72 0 0.16
HSL 275.29º 0.65% 0.54% -
HSV(B) 275.29º 0.72% 0.84% -
XYZ 26.2 14.52 64.37 -
YUV 104.35 189.32 160.56 -
System Red Green Blue C M Y K H S L
Decimal 150 60 213 0.30 0.72 0 0.16 275.29 0.65 0.54
Hex 96 3C D5 1E 48 0 10 113 41 36
Octal 226 74 325 36 110 0 20 423 101 66
Binary 10010110 111100 11010101 11110 1001000 0 10000 100010011 1000001 110110

Color Harmonies of #963CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963CD5

Black with #963CD5

Text Example


Text Example

White with #963CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963CD5; }

 p { color: rgb(150,60,213); }

 H1.HeaderClassName
 {
   color: #963CD5;
 }
 .AnyTagClassName
 {
   color: #963CD5;
 }
</style>

background-color css

<style>
 a { background-color: #963CD5; }

 a { background-color: rgb(150,60,213); }

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

border-color css

<style>
 span { border-color: #963CD5; }

 span { border-color: rgb(150,60,213); }

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