Html Css Color HEX #963DCD Dark Orchid

📋 copy color: '#963DCD'

red 150 ◦ green 61 ◦ blue 205

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

Shades of Dark Orchid #963DCD

Tints of Dark Orchid #963DCD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.66%

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

R = 36.06%
G = 14.66%
B = 49.28%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#963DCD (or 0x963DCD) is known color: Dark Orchid. HEX triplet: 96, 3D and CD. RGB value is (150,61,205). Sum of RGB (Red+Green+Blue) = 150+61+205=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #963DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963DCD is #69C232. Grayscale: #676767. Windows color (decimal): -6930995 or 13450646. OLE color: 13450646.

HSL color Cylindrical-coordinate representation of color #963DCD: hue angle of 277.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #963DCD is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 61 205 -
CMYK 0.27 0.70 0 0.20
HSL 277.08º 0.59% 0.52% -
HSV(B) 277.08º 0.7% 0.8% -
XYZ 25.27 14.23 59.17 -
YUV 104.03 184.99 160.79 -
System Red Green Blue C M Y K H S L
Decimal 150 61 205 0.27 0.70 0 0.20 277.08 0.59 0.52
Hex 96 3D CD 1B 46 0 14 115 3B 34
Octal 226 75 315 33 106 0 24 425 73 64
Binary 10010110 111101 11001101 11011 1000110 0 10100 100010101 111011 110100

Color Harmonies of #963DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963DCD

Black with #963DCD

Text Example


Text Example

White with #963DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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