Html Css Color HEX #963ED0 Dark Orchid

📋 copy color: '#963ED0'

red 150 ◦ green 62 ◦ blue 208

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

Shades of Dark Orchid #963ED0

Tints of Dark Orchid #963ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.52%

R = 35.71%
G = 14.76%
B = 49.52%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#963ED0 (or 0x963ED0) is known color: Dark Orchid. HEX triplet: 96, 3E and D0. RGB value is (150,62,208). Sum of RGB (Red+Green+Blue) = 150+62+208=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #963ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963ED0 is #69C12F. Grayscale: #686868. Windows color (decimal): -6930736 or 13647510. OLE color: 13647510.

HSL color Cylindrical-coordinate representation of color #963ED0: hue angle of 276.16º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #963ED0 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 62 208 -
CMYK 0.28 0.70 0 0.18
HSL 276.16º 0.61% 0.53% -
HSV(B) 276.16º 0.7% 0.82% -
XYZ 25.69 14.48 61.12 -
YUV 104.96 186.15 160.13 -
System Red Green Blue C M Y K H S L
Decimal 150 62 208 0.28 0.70 0 0.18 276.16 0.61 0.53
Hex 96 3E D0 1C 46 0 12 114 3D 35
Octal 226 76 320 34 106 0 22 424 75 65
Binary 10010110 111110 11010000 11100 1000110 0 10010 100010100 111101 110101

Color Harmonies of #963ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963ED0

Black with #963ED0

Text Example


Text Example

White with #963ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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