Html Css Color HEX #963BDB Dark Orchid

📋 copy color: '#963BDB'

red 150 ◦ green 59 ◦ blue 219

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

Shades of Dark Orchid #963BDB

Tints of Dark Orchid #963BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.79%

 BLUE value IS 219 (85.94% from 255) = 51.17%

R = 35.05%
G = 13.79%
B = 51.17%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#963BDB (or 0x963BDB) is known color: Dark Orchid. HEX triplet: 96, 3B and DB. RGB value is (150,59,219). Sum of RGB (Red+Green+Blue) = 150+59+219=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #963BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963BDB is #69C424. Grayscale: #676767. Windows color (decimal): -6931493 or 14367638. OLE color: 14367638.

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

Color convert

RGB 150 59 219 -
CMYK 0.32 0.73 0 0.14
HSL 274.13º 0.69% 0.55% -
HSV(B) 274.13º 0.73% 0.86% -
XYZ 26.93 14.73 68.44 -
YUV 104.45 192.65 160.49 -
System Red Green Blue C M Y K H S L
Decimal 150 59 219 0.32 0.73 0 0.14 274.13 0.69 0.55
Hex 96 3B DB 20 49 0 E 112 45 37
Octal 226 73 333 40 111 0 16 422 105 67
Binary 10010110 111011 11011011 100000 1001001 0 1110 100010010 1000101 110111

Color Harmonies of #963BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963BDB

Black with #963BDB

Text Example


Text Example

White with #963BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,59,219); }

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

background-color css

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

 a { background-color: rgb(150,59,219); }

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

border-color css

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

 span { border-color: rgb(150,59,219); }

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