Html Css Color HEX #962ABC Dark Orchid

📋 copy color: '#962ABC'

red 150 ◦ green 42 ◦ blue 188

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

Shades of Dark Orchid #962ABC

Tints of Dark Orchid #962ABC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.05%

 BLUE value IS 188 (73.83% from 255) = 49.47%

R = 39.47%
G = 11.05%
B = 49.47%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#962ABC (or 0x962ABC) is known color: Dark Orchid. HEX triplet: 96, 2A and BC. RGB value is (150,42,188). Sum of RGB (Red+Green+Blue) = 150+42+188=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 42 (16.80% from 255 or 11.05% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #962ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962ABC is #69D543. Grayscale: #5A5A5A. Windows color (decimal): -6935876 or 12331670. OLE color: 12331670.

HSL color Cylindrical-coordinate representation of color #962ABC: hue angle of 284.38º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962ABC is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 42 188 -
CMYK 0.20 0.78 0 0.26
HSL 284.38º 0.63% 0.45% -
HSV(B) 284.38º 0.78% 0.74% -
XYZ 22.48 11.77 48.66 -
YUV 90.94 182.78 170.13 -
System Red Green Blue C M Y K H S L
Decimal 150 42 188 0.20 0.78 0 0.26 284.38 0.63 0.45
Hex 96 2A BC 14 4E 0 1A 11C 3F 2D
Octal 226 52 274 24 116 0 32 434 77 55
Binary 10010110 101010 10111100 10100 1001110 0 11010 100011100 111111 101101

Color Harmonies of #962ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962ABC

Black with #962ABC

Text Example


Text Example

White with #962ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962ABC; }

 p { color: rgb(150,42,188); }

 H1.HeaderClassName
 {
   color: #962ABC;
 }
 .AnyTagClassName
 {
   color: #962ABC;
 }
</style>

background-color css

<style>
 a { background-color: #962ABC; }

 a { background-color: rgb(150,42,188); }

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

border-color css

<style>
 span { border-color: #962ABC; }

 span { border-color: rgb(150,42,188); }

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