Html Css Color HEX #963DBE Dark Orchid

📋 copy color: '#963DBE'

red 150 ◦ green 61 ◦ blue 190

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

Shades of Dark Orchid #963DBE

Tints of Dark Orchid #963DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 37.41%
G = 15.21%
B = 47.38%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#963DBE (or 0x963DBE) is known color: Dark Orchid. HEX triplet: 96, 3D and BE. RGB value is (150,61,190). Sum of RGB (Red+Green+Blue) = 150+61+190=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #963DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963DBE is #69C241. Grayscale: #656565. Windows color (decimal): -6931010 or 12467606. OLE color: 12467606.

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

Color convert

RGB 150 61 190 -
CMYK 0.21 0.68 0 0.25
HSL 281.4º 0.51% 0.49% -
HSV(B) 281.4º 0.68% 0.75% -
XYZ 23.54 13.54 50.09 -
YUV 102.32 177.49 162.01 -
System Red Green Blue C M Y K H S L
Decimal 150 61 190 0.21 0.68 0 0.25 281.4 0.51 0.49
Hex 96 3D BE 15 44 0 19 119 33 31
Octal 226 75 276 25 104 0 31 431 63 61
Binary 10010110 111101 10111110 10101 1000100 0 11001 100011001 110011 110001

Color Harmonies of #963DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963DBE

Black with #963DBE

Text Example


Text Example

White with #963DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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