Html Css Color HEX #963FCA Dark Orchid

📋 copy color: '#963FCA'

red 150 ◦ green 63 ◦ blue 202

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

Shades of Dark Orchid #963FCA

Tints of Dark Orchid #963FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.67%

R = 36.14%
G = 15.18%
B = 48.67%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#963FCA (or 0x963FCA) is known color: Dark Orchid. HEX triplet: 96, 3F and CA. RGB value is (150,63,202). Sum of RGB (Red+Green+Blue) = 150+63+202=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #963FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963FCA is #69C035. Grayscale: #686868. Windows color (decimal): -6930486 or 13254550. OLE color: 13254550.

HSL color Cylindrical-coordinate representation of color #963FCA: hue angle of 277.55º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #963FCA is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 63 202 -
CMYK 0.26 0.69 0 0.21
HSL 277.55º 0.57% 0.52% -
HSV(B) 277.55º 0.69% 0.79% -
XYZ 25.02 14.3 57.32 -
YUV 104.86 182.82 160.2 -
System Red Green Blue C M Y K H S L
Decimal 150 63 202 0.26 0.69 0 0.21 277.55 0.57 0.52
Hex 96 3F CA 1A 45 0 15 116 39 34
Octal 226 77 312 32 105 0 25 426 71 64
Binary 10010110 111111 11001010 11010 1000101 0 10101 100010110 111001 110100

Color Harmonies of #963FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963FCA

Black with #963FCA

Text Example


Text Example

White with #963FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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