Html Css Color HEX #963FBE Dark Orchid

📋 copy color: '#963FBE'

red 150 ◦ green 63 ◦ blue 190

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

Shades of Dark Orchid #963FBE

Tints of Dark Orchid #963FBE

RGB

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

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

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

R = 37.22%
G = 15.63%
B = 47.15%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#963FBE (or 0x963FBE) is known color: Dark Orchid. HEX triplet: 96, 3F and BE. RGB value is (150,63,190). Sum of RGB (Red+Green+Blue) = 150+63+190=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #963FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963FBE is #69C041. Grayscale: #676767. Windows color (decimal): -6930498 or 12468118. OLE color: 12468118.

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

Color convert

RGB 150 63 190 -
CMYK 0.21 0.67 0 0.25
HSL 281.1º 0.5% 0.5% -
HSV(B) 281.1º 0.67% 0.75% -
XYZ 23.65 13.76 50.12 -
YUV 103.49 176.82 161.17 -
System Red Green Blue C M Y K H S L
Decimal 150 63 190 0.21 0.67 0 0.25 281.1 0.5 0.5
Hex 96 3F BE 15 43 0 19 119 32 32
Octal 226 77 276 25 103 0 31 431 62 62
Binary 10010110 111111 10111110 10101 1000011 0 11001 100011001 110010 110010

Color Harmonies of #963FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963FBE

Black with #963FBE

Text Example


Text Example

White with #963FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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