Html Css Color HEX #963CCF Dark Orchid

📋 copy color: '#963CCF'

red 150 ◦ green 60 ◦ blue 207

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

Shades of Dark Orchid #963CCF

Tints of Dark Orchid #963CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.39%

 BLUE value IS 207 (81.25% from 255) = 49.64%

R = 35.97%
G = 14.39%
B = 49.64%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#963CCF (or 0x963CCF) is known color: Dark Orchid. HEX triplet: 96, 3C and CF. RGB value is (150,60,207). Sum of RGB (Red+Green+Blue) = 150+60+207=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 60 (23.83% from 255 or 14.39% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #963CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963CCF is #69C330. Grayscale: #676767. Windows color (decimal): -6931249 or 13581462. OLE color: 13581462.

HSL color Cylindrical-coordinate representation of color #963CCF: hue angle of 276.73º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #963CCF is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 60 207 -
CMYK 0.28 0.71 0 0.19
HSL 276.73º 0.6% 0.52% -
HSV(B) 276.73º 0.71% 0.81% -
XYZ 25.46 14.22 60.43 -
YUV 103.67 186.32 161.05 -
System Red Green Blue C M Y K H S L
Decimal 150 60 207 0.28 0.71 0 0.19 276.73 0.6 0.52
Hex 96 3C CF 1C 47 0 13 115 3C 34
Octal 226 74 317 34 107 0 23 425 74 64
Binary 10010110 111100 11001111 11100 1000111 0 10011 100010101 111100 110100

Color Harmonies of #963CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963CCF

Black with #963CCF

Text Example


Text Example

White with #963CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,60,207); }

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

background-color css

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

 a { background-color: rgb(150,60,207); }

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

border-color css

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

 span { border-color: rgb(150,60,207); }

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