Html Css Color HEX #961FC0 Dark Orchid

📋 copy color: '#961FC0'

red 150 ◦ green 31 ◦ blue 192

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

Shades of Dark Orchid #961FC0

Tints of Dark Orchid #961FC0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.31%

 BLUE value IS 192 (75.39% from 255) = 51.47%

R = 40.21%
G = 8.31%
B = 51.47%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#961FC0 (or 0x961FC0) is known color: Dark Orchid. HEX triplet: 96, 1F and C0. RGB value is (150,31,192). Sum of RGB (Red+Green+Blue) = 150+31+192=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 192 (75.39% from 255 or 51.47% from 373); Max value from RGB is 192 - color contains mainly: blue. Hex color #961FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961FC0 is #69E03F. Grayscale: #545454. Windows color (decimal): -6938688 or 12590998. OLE color: 12590998.

HSL color Cylindrical-coordinate representation of color #961FC0: hue angle of 284.35º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961FC0 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 31 192 -
CMYK 0.22 0.84 0 0.25
HSL 284.35º 0.72% 0.44% -
HSV(B) 284.35º 0.84% 0.75% -
XYZ 22.58 11.27 50.85 -
YUV 84.94 188.42 174.41 -
System Red Green Blue C M Y K H S L
Decimal 150 31 192 0.22 0.84 0 0.25 284.35 0.72 0.44
Hex 96 1F C0 16 54 0 19 11C 48 2C
Octal 226 37 300 26 124 0 31 434 110 54
Binary 10010110 11111 11000000 10110 1010100 0 11001 100011100 1001000 101100

Color Harmonies of #961FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961FC0

Black with #961FC0

Text Example


Text Example

White with #961FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961FC0; }

 p { color: rgb(150,31,192); }

 H1.HeaderClassName
 {
   color: #961FC0;
 }
 .AnyTagClassName
 {
   color: #961FC0;
 }
</style>

background-color css

<style>
 a { background-color: #961FC0; }

 a { background-color: rgb(150,31,192); }

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

border-color css

<style>
 span { border-color: #961FC0; }

 span { border-color: rgb(150,31,192); }

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