Html Css Color HEX #961EB4 Dark Orchid

📋 copy color: '#961EB4'

red 150 ◦ green 30 ◦ blue 180

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

Shades of Dark Orchid #961EB4

Tints of Dark Orchid #961EB4

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.33%

 BLUE value IS 180 (70.7% from 255) = 50%

R = 41.67%
G = 8.33%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#961EB4 (or 0x961EB4) is known color: Dark Orchid. HEX triplet: 96, 1E and B4. RGB value is (150,30,180). Sum of RGB (Red+Green+Blue) = 150+30+180=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #961EB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961EB4 is #69E14B. Grayscale: #525252. Windows color (decimal): -6938956 or 11804310. OLE color: 11804310.

HSL color Cylindrical-coordinate representation of color #961EB4: hue angle of 288º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961EB4 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 30 180 -
CMYK 0.17 0.83 0 0.29
HSL 288º 0.71% 0.41% -
HSV(B) 288º 0.83% 0.71% -
XYZ 21.28 10.71 44.13 -
YUV 82.98 182.76 175.8 -
System Red Green Blue C M Y K H S L
Decimal 150 30 180 0.17 0.83 0 0.29 288 0.71 0.41
Hex 96 1E B4 11 53 0 1D 120 47 29
Octal 226 36 264 21 123 0 35 440 107 51
Binary 10010110 11110 10110100 10001 1010011 0 11101 100100000 1000111 101001

Color Harmonies of #961EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961EB4

Black with #961EB4

Text Example


Text Example

White with #961EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,30,180); }

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

background-color css

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

 a { background-color: rgb(150,30,180); }

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

border-color css

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

 span { border-color: rgb(150,30,180); }

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