Html Css Color HEX #963DC0 Dark Orchid

📋 copy color: '#963DC0'

red 150 ◦ green 61 ◦ blue 192

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

Shades of Dark Orchid #963DC0

Tints of Dark Orchid #963DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.64%

R = 37.22%
G = 15.14%
B = 47.64%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#963DC0 (or 0x963DC0) is known color: Dark Orchid. HEX triplet: 96, 3D and C0. RGB value is (150,61,192). Sum of RGB (Red+Green+Blue) = 150+61+192=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #963DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963DC0 is #69C23F. Grayscale: #666666. Windows color (decimal): -6931008 or 12598678. OLE color: 12598678.

HSL color Cylindrical-coordinate representation of color #963DC0: hue angle of 280.76º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #963DC0 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 61 192 -
CMYK 0.22 0.68 0 0.25
HSL 280.76º 0.52% 0.5% -
HSV(B) 280.76º 0.68% 0.75% -
XYZ 23.76 13.63 51.25 -
YUV 102.55 178.49 161.85 -
System Red Green Blue C M Y K H S L
Decimal 150 61 192 0.22 0.68 0 0.25 280.76 0.52 0.5
Hex 96 3D C0 16 44 0 19 119 34 32
Octal 226 75 300 26 104 0 31 431 64 62
Binary 10010110 111101 11000000 10110 1000100 0 11001 100011001 110100 110010

Color Harmonies of #963DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963DC0

Black with #963DC0

Text Example


Text Example

White with #963DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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