Html Css Color HEX #9626D3 Dark Orchid

📋 copy color: '#9626D3'

red 150 ◦ green 38 ◦ blue 211

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

Shades of Dark Orchid #9626D3

Tints of Dark Orchid #9626D3

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.52%

 BLUE value IS 211 (82.81% from 255) = 52.88%

R = 37.59%
G = 9.52%
B = 52.88%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9626D3 (or 0x9626D3) is known color: Dark Orchid. HEX triplet: 96, 26 and D3. RGB value is (150,38,211). Sum of RGB (Red+Green+Blue) = 150+38+211=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 211 (82.81% from 255 or 52.88% from 399); Max value from RGB is 211 - color contains mainly: blue. Hex color #9626D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9626D3 is #69D92C. Grayscale: #5A5A5A. Windows color (decimal): -6936877 or 13837974. OLE color: 13837974.

HSL color Cylindrical-coordinate representation of color #9626D3: hue angle of 278.84º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9626D3 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 150 38 211 -
CMYK 0.29 0.82 0 0.17
HSL 278.84º 0.69% 0.49% -
HSV(B) 278.84º 0.82% 0.83% -
XYZ 25.03 12.57 62.74 -
YUV 91.21 195.61 169.93 -
System Red Green Blue C M Y K H S L
Decimal 150 38 211 0.29 0.82 0 0.17 278.84 0.69 0.49
Hex 96 26 D3 1D 52 0 11 117 45 31
Octal 226 46 323 35 122 0 21 427 105 61
Binary 10010110 100110 11010011 11101 1010010 0 10001 100010111 1000101 110001

Color Harmonies of #9626D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9626D3

Black with #9626D3

Text Example


Text Example

White with #9626D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9626D3; }

 p { color: rgb(150,38,211); }

 H1.HeaderClassName
 {
   color: #9626D3;
 }
 .AnyTagClassName
 {
   color: #9626D3;
 }
</style>

background-color css

<style>
 a { background-color: #9626D3; }

 a { background-color: rgb(150,38,211); }

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

border-color css

<style>
 span { border-color: #9626D3; }

 span { border-color: rgb(150,38,211); }

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