Html Css Color HEX #963EDC Dark Orchid

📋 copy color: '#963EDC'

red 150 ◦ green 62 ◦ blue 220

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

Shades of Dark Orchid #963EDC

Tints of Dark Orchid #963EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.35%

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 34.72%
G = 14.35%
B = 50.93%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#963EDC (or 0x963EDC) is known color: Dark Orchid. HEX triplet: 96, 3E and DC. RGB value is (150,62,220). Sum of RGB (Red+Green+Blue) = 150+62+220=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 62 (24.61% from 255 or 14.35% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #963EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963EDC is #69C123. Grayscale: #696969. Windows color (decimal): -6930724 or 14433942. OLE color: 14433942.

HSL color Cylindrical-coordinate representation of color #963EDC: hue angle of 273.42º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #963EDC is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 62 220 -
CMYK 0.32 0.72 0 0.14
HSL 273.42º 0.69% 0.55% -
HSV(B) 273.42º 0.72% 0.86% -
XYZ 27.22 15.1 69.19 -
YUV 106.32 192.15 159.15 -
System Red Green Blue C M Y K H S L
Decimal 150 62 220 0.32 0.72 0 0.14 273.42 0.69 0.55
Hex 96 3E DC 20 48 0 E 111 45 37
Octal 226 76 334 40 110 0 16 421 105 67
Binary 10010110 111110 11011100 100000 1001000 0 1110 100010001 1000101 110111

Color Harmonies of #963EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963EDC

Black with #963EDC

Text Example


Text Example

White with #963EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,62,220); }

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

background-color css

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

 a { background-color: rgb(150,62,220); }

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

border-color css

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

 span { border-color: rgb(150,62,220); }

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