Html Css Color HEX #9238CA Dark Orchid

📋 copy color: '#9238CA'

red 146 ◦ green 56 ◦ blue 202

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

Shades of Dark Orchid #9238CA

Tints of Dark Orchid #9238CA

RGB

 RED value IS 146 (57.42% from 255) = 36.14%

 GREEN value IS 56 (22.27% from 255) = 13.86%

 BLUE value IS 202 (79.3% from 255) = 50%

R = 36.14%
G = 13.86%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9238CA (or 0x9238CA) is known color: Dark Orchid. HEX triplet: 92, 38 and CA. RGB value is (146,56,202). Sum of RGB (Red+Green+Blue) = 146+56+202=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #9238CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9238CA is #6DC735. Grayscale: #636363. Windows color (decimal): -7194422 or 13252754. OLE color: 13252754.

HSL color Cylindrical-coordinate representation of color #9238CA: hue angle of 276.99º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9238CA is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 146 56 202 -
CMYK 0.28 0.72 0 0.21
HSL 276.99º 0.58% 0.51% -
HSV(B) 276.99º 0.72% 0.79% -
XYZ 23.93 13.2 57.16 -
YUV 99.55 185.82 161.13 -
System Red Green Blue C M Y K H S L
Decimal 146 56 202 0.28 0.72 0 0.21 276.99 0.58 0.51
Hex 92 38 CA 1C 48 0 15 115 3A 33
Octal 222 70 312 34 110 0 25 425 72 63
Binary 10010010 111000 11001010 11100 1001000 0 10101 100010101 111010 110011

Color Harmonies of #9238CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9238CA

Black with #9238CA

Text Example


Text Example

White with #9238CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9238CA; }

 p { color: rgb(146,56,202); }

 H1.HeaderClassName
 {
   color: #9238CA;
 }
 .AnyTagClassName
 {
   color: #9238CA;
 }
</style>

background-color css

<style>
 a { background-color: #9238CA; }

 a { background-color: rgb(146,56,202); }

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

border-color css

<style>
 span { border-color: #9238CA; }

 span { border-color: rgb(146,56,202); }

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