Html Css Color HEX #9B42E1 Dark Orchid

📋 copy color: '#9B42E1'

red 155 ◦ green 66 ◦ blue 225

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

Shades of Dark Orchid #9B42E1

Tints of Dark Orchid #9B42E1

RGB

 RED value IS 155 (60.94% from 255) = 34.75%

 GREEN value IS 66 (26.17% from 255) = 14.8%

 BLUE value IS 225 (88.28% from 255) = 50.45%

R = 34.75%
G = 14.8%
B = 50.45%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9B42E1 (or 0x9B42E1) is known color: Dark Orchid. HEX triplet: 9B, 42 and E1. RGB value is (155,66,225). Sum of RGB (Red+Green+Blue) = 155+66+225=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 225 (88.28% from 255 or 50.45% from 446); Max value from RGB is 225 - color contains mainly: blue. Hex color #9B42E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B42E1 is #64BD1E. Grayscale: #6E6E6E. Windows color (decimal): -6602015 or 14762651. OLE color: 14762651.

HSL color Cylindrical-coordinate representation of color #9B42E1: hue angle of 273.58º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B42E1 is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 66 225 -
CMYK 0.31 0.71 0 0.12
HSL 273.58º 0.73% 0.57% -
HSV(B) 273.58º 0.71% 0.88% -
XYZ 29.06 16.3 72.85 -
YUV 110.74 192.49 159.57 -
System Red Green Blue C M Y K H S L
Decimal 155 66 225 0.31 0.71 0 0.12 273.58 0.73 0.57
Hex 9B 42 E1 1F 47 0 C 112 49 39
Octal 233 102 341 37 107 0 14 422 111 71
Binary 10011011 1000010 11100001 11111 1000111 0 1100 100010010 1001001 111001

Color Harmonies of #9B42E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B42E1

Black with #9B42E1

Text Example


Text Example

White with #9B42E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B42E1; }

 p { color: rgb(155,66,225); }

 H1.HeaderClassName
 {
   color: #9B42E1;
 }
 .AnyTagClassName
 {
   color: #9B42E1;
 }
</style>

background-color css

<style>
 a { background-color: #9B42E1; }

 a { background-color: rgb(155,66,225); }

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

border-color css

<style>
 span { border-color: #9B42E1; }

 span { border-color: rgb(155,66,225); }

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