Html Css Color HEX #963FDD Dark Orchid

📋 copy color: '#963FDD'

red 150 ◦ green 63 ◦ blue 221

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

Shades of Dark Orchid #963FDD

Tints of Dark Orchid #963FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 14.52%

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 34.56%
G = 14.52%
B = 50.92%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#963FDD (or 0x963FDD) is known color: Dark Orchid. HEX triplet: 96, 3F and DD. RGB value is (150,63,221). Sum of RGB (Red+Green+Blue) = 150+63+221=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #963FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963FDD is #69C022. Grayscale: #6A6A6A. Windows color (decimal): -6930467 or 14499734. OLE color: 14499734.

HSL color Cylindrical-coordinate representation of color #963FDD: hue angle of 273.04º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #963FDD is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 63 221 -
CMYK 0.32 0.71 0 0.13
HSL 273.04º 0.7% 0.56% -
HSV(B) 273.04º 0.71% 0.87% -
XYZ 27.41 15.26 69.91 -
YUV 107.03 192.32 158.65 -
System Red Green Blue C M Y K H S L
Decimal 150 63 221 0.32 0.71 0 0.13 273.04 0.7 0.56
Hex 96 3F DD 20 47 0 D 111 46 38
Octal 226 77 335 40 107 0 15 421 106 70
Binary 10010110 111111 11011101 100000 1000111 0 1101 100010001 1000110 111000

Color Harmonies of #963FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963FDD

Black with #963FDD

Text Example


Text Example

White with #963FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,63,221); }

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

background-color css

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

 a { background-color: rgb(150,63,221); }

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

border-color css

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

 span { border-color: rgb(150,63,221); }

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