Html Css Color HEX #9623BE Dark Orchid

📋 copy color: '#9623BE'

red 150 ◦ green 35 ◦ blue 190

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

Shades of Dark Orchid #9623BE

Tints of Dark Orchid #9623BE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.33%

 BLUE value IS 190 (74.61% from 255) = 50.67%

R = 40%
G = 9.33%
B = 50.67%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9623BE (or 0x9623BE) is known color: Dark Orchid. HEX triplet: 96, 23 and BE. RGB value is (150,35,190). Sum of RGB (Red+Green+Blue) = 150+35+190=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #9623BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9623BE is #69DC41. Grayscale: #565656. Windows color (decimal): -6937666 or 12460950. OLE color: 12460950.

HSL color Cylindrical-coordinate representation of color #9623BE: hue angle of 284.52º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9623BE is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 35 190 -
CMYK 0.21 0.82 0 0.25
HSL 284.52º 0.69% 0.44% -
HSV(B) 284.52º 0.82% 0.75% -
XYZ 22.47 11.4 49.73 -
YUV 87.06 186.1 172.9 -
System Red Green Blue C M Y K H S L
Decimal 150 35 190 0.21 0.82 0 0.25 284.52 0.69 0.44
Hex 96 23 BE 15 52 0 19 11D 45 2C
Octal 226 43 276 25 122 0 31 435 105 54
Binary 10010110 100011 10111110 10101 1010010 0 11001 100011101 1000101 101100

Color Harmonies of #9623BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9623BE

Black with #9623BE

Text Example


Text Example

White with #9623BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9623BE; }

 p { color: rgb(150,35,190); }

 H1.HeaderClassName
 {
   color: #9623BE;
 }
 .AnyTagClassName
 {
   color: #9623BE;
 }
</style>

background-color css

<style>
 a { background-color: #9623BE; }

 a { background-color: rgb(150,35,190); }

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

border-color css

<style>
 span { border-color: #9623BE; }

 span { border-color: rgb(150,35,190); }

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